kubernetes-hands-on/14-pdb/kind.yml

9 lines
160 B
YAML
Raw Normal View History

2019-05-14 22:04:12 +06:00
---
2019-05-09 19:41:50 +06:00
# three node (two workers) cluster config
kind: Cluster
apiVersion: kind.x-k8s.io/v1alpha4
2019-05-09 19:41:50 +06:00
nodes:
2019-05-14 22:04:12 +06:00
- role: control-plane
- role: worker
- role: worker