# Variables definition
CLUSTER_NAME = cilium-kind
CONTROL_PLANE_IP= X.Y.Z.T
kind create cluster --name $CLUSTER_NAME --config - <<EOF
kind: Cluster
apiVersion: kind.x-k8s.io/v1alpha4How to add an additional kubernetes config file to your current one (located in ~./kube/config)
-
Backup the existing kubeconfig
Before making any changes, it's essential to back up your existing kubeconfig file.
cp ~/.kube/config ~/.kube/config.backup