-
Notifications
You must be signed in to change notification settings - Fork 268
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
AKS region changes in Edit Mode #11841
Comments
/backport v2.10.1 |
I'll reopen the issue as the behavior is still not expected. Once the user edits the cluster region when it's still in provisioning mode, the dropdown is available for changes, then the user can choose a different region and Save the changes. However, if the user edits the cluster a second time, the original region selected is locked in the dropdown, with a Tested in |
Screen.Recording.2025-01-28.at.16.57.03.mov |
That video looks like expected behavior to me. Region is generally only editable immediately after creating an AKS cluster in Rancher, unless something has gone wrong. The intent is to allow users to fix mistakes if some aspect of their cluster configuration has prevented backing resources in Azure to be created, for whatever reason. Pretty soon after you create an AKS cluster through Rancher, Rancher will go talk to azure and create AKS resources on your behalf, the state of which are reported back to Rancher (and its UI) in the cluster |
Setup
Describe the bug
When creating an AKS cluster in a region different from the default displayed in the UI (East US) with the wrong configuration, once the user edits the cluster config, the Azure Region is set back to the default, undoing the region that the user previously selected
To Reproduce
1- Via UI, create an Azure cluster under a region other than East US with incomplete or wrong config
2- After the cluster is created, try to edit the cluster config via UI
3 - Observe that the region switches to the East US
Result
the Azure Region is set back to the default, undoing the region that the user previously selected
Expected Result
The region previously selected by the user must be preserved in the Edit form
Screenshots
Screen.Recording.2024-09-05.at.17.24.41.mov
The text was updated successfully, but these errors were encountered: