Skip to content

Commit

Permalink
feat: add at least two nodes on cilium kind cluster
Browse files Browse the repository at this point in the history
  • Loading branch information
nutellinoit committed Mar 27, 2024
1 parent 9183ce9 commit f10d03a
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .drone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -355,6 +355,9 @@ steps:
apiVersion: kind.x-k8s.io/v1alpha4
networking:
disableDefaultCNI: true
nodes:
- role: control-plane
- role: worker
EOF
# NOTE: kind's `--wait` flag that waits for the control-plane ot be ready
# does not work when disabling the default CNI. It will always go in timeout.
Expand Down Expand Up @@ -438,6 +441,9 @@ steps:
apiVersion: kind.x-k8s.io/v1alpha4
networking:
disableDefaultCNI: true
nodes:
- role: control-plane
- role: worker
EOF
# NOTE: kind's `--wait` flag that waits for the control-plane ot be ready
# does not work when disabling the default CNI. It will always go in timeout.
Expand Down Expand Up @@ -521,6 +527,9 @@ steps:
apiVersion: kind.x-k8s.io/v1alpha4
networking:
disableDefaultCNI: true
nodes:
- role: control-plane
- role: worker
EOF
# NOTE: kind's `--wait` flag that waits for the control-plane ot be ready
# does not work when disabling the default CNI. It will always go in timeout.
Expand Down

0 comments on commit f10d03a

Please sign in to comment.