You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Task #3 - Update your cluster with your own outbound public IP
Trying to create second public ip address - facing error
# egress2
az network public-ip create -g iac-ws2-blue-rg -n iac-ws2-aks-blue-egress2-pip --sku Standard
[Coming breaking change] In the coming release, the default behavior will be changed as follows when sku is Standard and zone is not provided: For zonal regions, you will get a zone-redundant IP indicated by zones:["1","2","3"]; For non-zonal regions, you will get a non zone-redundant IP indicated by zones:null.
(PublicIPCountLimitReached) Cannot create more than 20 public IP addresses forthis subscriptionin this region.
Work around -
Removed iac-ws2-pip-prefix ip prefix as number of allocated ip address was showing 0 out of 16
However this ip-prefix is needed for Task 4, created same (deleted) IP-Prefix with lower range -
# Create Public IP Prefix
az network public-ip prefix create --length 29 --location westeurope -n $PREFIX_NAME -g $BASE_RG
No description provided.
The text was updated successfully, but these errors were encountered: