diff --git a/home/.bin/kind-create-cluster b/home/.bin/kind-create-cluster index b08dd7f..517ade6 100755 --- a/home/.bin/kind-create-cluster +++ b/home/.bin/kind-create-cluster @@ -116,3 +116,5 @@ echo "${CONFIG}" > ${CONFIG_FILE} cat ${CONFIG_FILE} kind create cluster --config ${CONFIG_FILE} + +kind get kubeconfig --name ${NAME} > ~/.kube/clusters/kind.yaml