File tree 1 file changed +9
-0
lines changed
1 file changed +9
-0
lines changed Original file line number Diff line number Diff line change @@ -355,6 +355,9 @@ steps:
355
355
apiVersion: kind.x-k8s.io/v1alpha4
356
356
networking:
357
357
disableDefaultCNI: true
358
+ nodes:
359
+ - role: control-plane
360
+ - role: worker
358
361
EOF
359
362
# NOTE: kind's `--wait` flag that waits for the control-plane ot be ready
360
363
# does not work when disabling the default CNI. It will always go in timeout.
@@ -438,6 +441,9 @@ steps:
438
441
apiVersion: kind.x-k8s.io/v1alpha4
439
442
networking:
440
443
disableDefaultCNI: true
444
+ nodes:
445
+ - role: control-plane
446
+ - role: worker
441
447
EOF
442
448
# NOTE: kind's `--wait` flag that waits for the control-plane ot be ready
443
449
# does not work when disabling the default CNI. It will always go in timeout.
@@ -521,6 +527,9 @@ steps:
521
527
apiVersion: kind.x-k8s.io/v1alpha4
522
528
networking:
523
529
disableDefaultCNI: true
530
+ nodes:
531
+ - role: control-plane
532
+ - role: worker
524
533
EOF
525
534
# NOTE: kind's `--wait` flag that waits for the control-plane ot be ready
526
535
# does not work when disabling the default CNI. It will always go in timeout.
You can’t perform that action at this time.
0 commit comments