add kind HA cluster config
This commit is contained in:
parent
87db6821c3
commit
e7fb85dc95
2
kind/deploy.ps1
Normal file
2
kind/deploy.ps1
Normal file
@ -0,0 +1,2 @@
|
||||
kind delete cluster
|
||||
kind create cluster --config kind-ha-cluster.yml
|
||||
13
kind/kind-ha-cluster.yml
Normal file
13
kind/kind-ha-cluster.yml
Normal file
@ -0,0 +1,13 @@
|
||||
# a cluster with 3 control-plane nodes and 5 workers
|
||||
kind: Cluster
|
||||
apiVersion: kind.x-k8s.io/v1alpha4
|
||||
nodes:
|
||||
- role: control-plane
|
||||
- role: control-plane
|
||||
- role: control-plane
|
||||
- role: worker
|
||||
- role: worker
|
||||
- role: worker
|
||||
- role: worker
|
||||
- role: worker
|
||||
|
||||
Loading…
Reference in New Issue
Block a user