Kind already exist for a cluster with the name
You might see this error when using kind to create a cluster
+ kind create cluster
ERROR: failed to create cluster: node(s) already exist for a cluster with the name "kind"
You can resolve this error by
kind create cluster --name new-cluster
kind export kubeconfig --name=new-cluster