We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4aafcf3 commit 41d4255Copy full SHA for 41d4255
.github/workflows/ci.yaml
@@ -147,6 +147,7 @@ jobs:
147
with:
148
version: ${{ env.KIND_VERSION }}
149
node_image: kindest/node:${{ env.K8S_VERSION }}
150
+ config: e2e/config/kind-config.yaml
151
- name: Prepare OCM testing environment
152
run: |
153
set -ex
e2e/config/kind-config.yaml
@@ -0,0 +1,10 @@
1
+kind: Cluster
2
+apiVersion: kind.x-k8s.io/v1alpha4
3
+containerdConfigPatches:
4
+- |-
5
+ [plugins."io.containerd.grpc.v1.cri".registry]
6
+ config_path = "/etc/containerd/certs.d"
7
+nodes:
8
+- role: control-plane
9
+- role: worker
10
0 commit comments