Skip to content

Commit 41d4255

Browse files
Chaitanyareddy0702semmet95
authored andcommitted
increases kind cluster nodes
Signed-off-by: Amit Singh <[email protected]>
1 parent 4aafcf3 commit 41d4255

File tree

2 files changed

+11
-0
lines changed

2 files changed

+11
-0
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -147,6 +147,7 @@ jobs:
147147
with:
148148
version: ${{ env.KIND_VERSION }}
149149
node_image: kindest/node:${{ env.K8S_VERSION }}
150+
config: e2e/config/kind-config.yaml
150151
- name: Prepare OCM testing environment
151152
run: |
152153
set -ex

e2e/config/kind-config.yaml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
- role: worker

0 commit comments

Comments
 (0)