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:
Kubernetes Prow Robot 2019-09-06 17:19:20 -07:00 committed by GitHub
commit 2d3355064a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -521,6 +521,7 @@ kind: Cluster
apiVersion: kind.sigs.k8s.io/v1alpha3
nodes:
- role: control-plane
- role: worker
EOF
# kubeadm has API dependencies between apiVersion and Kubernetes version