Add public ip to controller tags

pull/758/head
redsoxfantom 2024-01-29 10:31:42 -05:00
parent 170e4bbe6d
commit 645f7d0a30
1 changed files with 2 additions and 1 deletions

View File

@ -218,7 +218,8 @@ for i in 0 1 2; do
--priority Regular \
--subnet kubernetes \
--vnet-name kubernetes-the-hard-way \
--size Standard_DS1_v2
--size Standard_DS1_v2 \
--tags public-ip=$(az network public-ip show --name kubernetes-the-hard-way --query ipAddress -o tsv)
done
```