ksoclabs / kube-goat

A deliberately vulnerable Kubernetes cluster
117 stars 38 forks source link

Fix kind api version in config.yaml #14

Open lfservin opened 1 year ago

lfservin commented 1 year ago

While trying to setup kube-goat in a kind cluster I faced this error:

ERROR: failed to create cluster: unknown apiVersion: kind.sigs.k8s.io/v1alpha3

Looking at the kind documentation, the apiVersion string in config.yaml needs to be updated to:

apiVersion: kind.x-k8s.io/v1alpha4