fix(14): kind api version (#62)

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
pull/63/head
Vincent Camus 3 years ago committed by GitHub
parent bf9f5ff60e
commit 400f5c94ea
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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

Loading…
Cancel
Save