mirror of
https://github.com/kelseyhightower/kubernetes-the-hard-way.git
synced 2025-09-19 10:30:41 +03:00
Add public ip to controller tags
This commit is contained in:
@@ -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
|
||||
```
|
||||
|
||||
|
Reference in New Issue
Block a user