azure-docs icon indicating copy to clipboard operation
azure-docs copied to clipboard

Multiple IPs for ApiServerAccessAuthorizedIpRange

Open npalmer1452 opened this issue 10 months ago • 2 comments

[Enter feedback here]

What if you need to provide multiple IP ranges for the -ApiServerAccessAuthorizedIpRange flag? String apparently does not work and neither does an array.


Document Details

Do not edit this section. It is required for learn.microsoft.com ➟ GitHub issue linking.

npalmer1452 avatar Apr 24 '24 19:04 npalmer1452

@npalmer1452 Thanks for your feedback! We will investigate and update as appropriate.

TPavanBalaji avatar Apr 25 '24 04:04 TPavanBalaji

#reassign: schaffererin

schaffererin avatar Apr 26 '24 22:04 schaffererin

@npalmer1452 pls try: az aks update -g MyResourceGroup -n MyManagedCluster --api-server-authorized-ip-ranges 193.168.1.0/24,194.168.1.0/24,195.168.1.0
Reference: https://learn.microsoft.com/en-us/cli/azure/aks?view=azure-cli-latest#az-aks-update

CocoWang-wql avatar May 19 '24 15:05 CocoWang-wql

Thank you, @CocoWang-wql! #please-close

schaffererin avatar May 28 '24 20:05 schaffererin