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
Hi @Fred-sun it is possible during the whole lifetime of the AKS instance both via az cli and Portal.
You can actually create a cluster that does not have any during creation but get updated to set the authorised ip ranges or viceversa.
Please have a look here
Fred-sun
added
bug
Something isn't working
has_pr
PR fixes have been made
and removed
work in
In trying to solve, or in working with contributors
labels
Jul 5, 2022
SUMMARY
Attempt to set
authorized_ip_ranges
for cluster where ranges weren't set before fails.ISSUE TYPE
COMPONENT NAME
Module azure_rm_aks in azure.azcollection >= 1.11.0
ANSIBLE VERSION
COLLECTION VERSION
STEPS TO REPRODUCE
authorized_ip_ranges
EXPECTED RESULTS
Authorized IP Ranges are successfully applied.
ACTUAL RESULTS
Module tries to fetch actual
authorized_ip_ranges
:azure/plugins/modules/azure_rm_aks.py
Line 813 in 63388fc
As there is no
authorized_ip_ranges
(there won't be any in ARM template if option wasn't set), it causes the error below.The text was updated successfully, but these errors were encountered: