mirror of
https://github.com/kelseyhightower/kubernetes-the-hard-way.git
synced 2025-12-14 08:48:58 +03:00
Close for loop in guide
This commit is contained in:
@@ -135,6 +135,7 @@ cat > ${instance}-csr.json <<EOF
|
||||
]
|
||||
}
|
||||
EOF
|
||||
done
|
||||
|
||||
EXTERNAL_IP=$(gcloud compute instances describe ${instance} \
|
||||
--format 'value(networkInterfaces[0].accessConfigs[0].natIP)')
|
||||
|
||||
Reference in New Issue
Block a user