🐞 Fix minor issue in konk helper script

This commit is contained in:
Jérôme Petazzoni
2024-01-28 17:08:36 +01:00
parent 3ab64d79e4
commit 84988644df

View File

@@ -13,6 +13,8 @@ TF_VAR_location=fr-par-2 \
# set kubeconfig file
cp tags/konk/stage2/kubeconfig.101 ~/kubeconfig
export KUBECONFIG=~/kubeconfig
# set external_ip labels
kubectl get nodes -o=jsonpath='{range .items[*]}{.metadata.name} {.status.addresses[?(@.type=="ExternalIP")].address}{"\n"}{end}' |
while read node address; do