fix(14): kind api version

I got this error without the change:

$ ~/go/bin/kind create cluster --config 14-pdb/kind.yml
ERROR: failed to create cluster: unknown apiVersion: kind.sigs.k8s.io/v1alpha3
This commit is contained in:
Vincent Camus 2020-11-12 13:45:19 +01:00
parent 85d27dbdc7
commit e94cdbbf58
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
---
# three node (two workers) cluster config
kind: Cluster
apiVersion: kind.sigs.k8s.io/v1alpha3
apiVersion: kind.x-k8s.io/v1alpha4
nodes:
- role: control-plane
- role: worker