azure-docs
azure-docs copied to clipboard
Multiple IPs for ApiServerAccessAuthorizedIpRange
[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.
- ID: 660320d4-fad5-3307-e29f-5f4cfad4b7f7
- Version Independent ID: 85ac2e8b-633f-6e1a-e642-0645ca92e129
- Content: API server authorized IP ranges in Azure Kubernetes Service (AKS) - Azure Kubernetes Service
- Content Source: articles/aks/api-server-authorized-ip-ranges.md
- Service: azure-kubernetes-service
- GitHub Login: @schaffererin
- Microsoft Alias: schaffererin
@npalmer1452 Thanks for your feedback! We will investigate and update as appropriate.
#reassign: 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
Thank you, @CocoWang-wql! #please-close