mirror of
https://github.com/kelseyhightower/kubernetes-the-hard-way.git
synced 2025-09-18 10:00:40 +03:00
Fixed indentation
This commit is contained in:
@@ -163,7 +163,7 @@ cat > ${instance}-csr.json <<EOF
|
|||||||
}
|
}
|
||||||
EOF
|
EOF
|
||||||
|
|
||||||
EXTERNAL_IP=$(az vm show --name worker-0 -d --query publicIps -o tsv)
|
EXTERNAL_IP=$(az vm show --name ${instance} -d --query publicIps -o tsv)
|
||||||
|
|
||||||
INTERNAL_IP=$(az vm show --name ${instance} -d --query privateIps -o tsv)
|
INTERNAL_IP=$(az vm show --name ${instance} -d --query privateIps -o tsv)
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user