create 2-node kind cluster since topology support is added to hostpath driver
Signed-off-by: Mucahit Kurt <mucahitkurt@gmail.com>
This commit is contained in:
parent
df8530d9e3
commit
a8ea8bcc5c
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