Skip to content

Commit f10d03a

Browse files
committed
feat: add at least two nodes on cilium kind cluster
1 parent 9183ce9 commit f10d03a

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.drone.yml

+9
Original file line numberDiff line numberDiff line change
@@ -355,6 +355,9 @@ steps:
355355
apiVersion: kind.x-k8s.io/v1alpha4
356356
networking:
357357
disableDefaultCNI: true
358+
nodes:
359+
- role: control-plane
360+
- role: worker
358361
EOF
359362
# NOTE: kind's `--wait` flag that waits for the control-plane ot be ready
360363
# does not work when disabling the default CNI. It will always go in timeout.
@@ -438,6 +441,9 @@ steps:
438441
apiVersion: kind.x-k8s.io/v1alpha4
439442
networking:
440443
disableDefaultCNI: true
444+
nodes:
445+
- role: control-plane
446+
- role: worker
441447
EOF
442448
# NOTE: kind's `--wait` flag that waits for the control-plane ot be ready
443449
# does not work when disabling the default CNI. It will always go in timeout.
@@ -521,6 +527,9 @@ steps:
521527
apiVersion: kind.x-k8s.io/v1alpha4
522528
networking:
523529
disableDefaultCNI: true
530+
nodes:
531+
- role: control-plane
532+
- role: worker
524533
EOF
525534
# NOTE: kind's `--wait` flag that waits for the control-plane ot be ready
526535
# does not work when disabling the default CNI. It will always go in timeout.

0 commit comments

Comments
 (0)