Update kind kubeconfig

Signed-off-by: Marcus Noble <github@marcusnoble.co.uk>
This commit is contained in:
2023-09-01 17:26:01 +01:00
parent 5650fc8fdb
commit 6e64c9dd6a

View File

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