-
Notifications
You must be signed in to change notification settings - Fork 29
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unable to remove an authorized IP range #592
Comments
@mjura @yiannistri Can this get some love? |
Fix logic for updating Authorized IP ranges: - all settings should be overwrite for AKS clusters provisioned by Rancher - for imported clusters options should be merged with downstream cluster Issue: rancher#592
Fixed on Rancher v2.9-6e9cf233a87796ee9a96e73c096a82101fc9c2ff-head. |
The issue is still persistent. The IP range was removed, but then it got re-added after a few minutes. |
cc: @mjura @yiannistri |
Tested this again on Rancher (v2.9-0ab20e8fe6275887c52b97e94e15365f33b8afab-head); Dashboard(release-2.9 rancher/dashboard@6e45e2f), aks-operator(rancher-aks-operator:104.1.0+up1.9.1-rc.4). FIXED. |
Rancher: v2.9-3c4ccdc5bc9fde3510089153b5ad58fdbe604880-head
Dashboard: master rancher/dashboard@00e9eb2
Adding a new IP range works as expected, but removing an IP range does not work, from UI, all the buttons are active and even the operator logs indicate that an update is in progress, but when the update finishes, there appears to be no change.
Steps to reproduce:
Authorized IP Ranges
.The removed IP range is still present in both AKSConfig and UpstreamSpec.
Notes:
Updating
state, is this expected?Ref: rancher/dashboard#6879 (comment)
PR's
The text was updated successfully, but these errors were encountered: