add kind HA cluster config
parent
87db6821c3
commit
e7fb85dc95
|
@ -0,0 +1,2 @@
|
||||||
|
kind delete cluster
|
||||||
|
kind create cluster --config kind-ha-cluster.yml
|
|
@ -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