katbox/hack/kind-multi.yml

9 lines
176 B
YAML
Raw Normal View History

2021-04-12 12:00:01 -07:00
# 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