felia/kind/kind-ha-cluster.yml

14 lines
251 B
YAML
Raw Normal View History

2022-09-28 06:04:43 +00:00
# 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