We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 12623b1 commit 1f62204Copy full SHA for 1f62204
setup.sh
@@ -88,6 +88,8 @@ function install() {
88
if ! eksctl get cluster "${CLUSTER_NAME}" > /dev/null 2>&1; then
89
# https://eksctl.io/usage/managing-nodegroups/
90
eksctl create cluster --config-file "${EKSCTL_CONFIG}" --without-nodegroup --kubeconfig ${KUBECONFIG}
91
+ else
92
+ eksctl utils write-kubeconfig --cluster "${CLUSTER_NAME}"
93
fi
94
95
# Disable default AWS CNI provider.
0 commit comments