Merge pull request #29 from mucahitkurt/create-2-node-kind-cluster
Create 2-node kind cluster since topology support is added to hostpath
This commit is contained in:
commit
2d3355064a
1
prow.sh
1
prow.sh
|
|
@ -521,6 +521,7 @@ kind: Cluster
|
||||||
apiVersion: kind.sigs.k8s.io/v1alpha3
|
apiVersion: kind.sigs.k8s.io/v1alpha3
|
||||||
nodes:
|
nodes:
|
||||||
- role: control-plane
|
- role: control-plane
|
||||||
|
- role: worker
|
||||||
EOF
|
EOF
|
||||||
|
|
||||||
# kubeadm has API dependencies between apiVersion and Kubernetes version
|
# kubeadm has API dependencies between apiVersion and Kubernetes version
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue