katbox/hack/kind-multi.yml
2021-04-12 12:03:46 -07:00

8 lines
176 B
YAML

# a cluster with 3 control-plane nodes and 3 workers
kind: Cluster
apiVersion: kind.x-k8s.io/v1alpha4
nodes:
- role: control-plane
- role: worker
- role: worker
- role: worker