-
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
Changing multiple fields of cluster while update is not working #667
Comments
On the same lines, it is not possible to add more than one nodepool to the cluster via API. One of the test cases is to update a cluster while it is still provisioning.
When I tested the same things via UI, it seemed to be working as expected. AKSConfig is updated when the request is first sent, but then it seems to revert. Logs
|
This was also seen while deleting a nodepool and adding a new one. While the new nodepool remained, the deleted nodepool was re-added after a few minutes. |
Rancher version:
Rancher - v2.9-f1b43d2568d7c53c3adf45d9ffd74a04ea65fc22-head
aks-operator:v1.9.2-rc.2
Cluster Type: Downstream AKS cluster
Describe the bug:
Spec is updated with changes applied.
Only the change to routing gets applied, and Nodepool remains intact after the update.
Logs:
2.9:
2.8:
The text was updated successfully, but these errors were encountered: