-
Notifications
You must be signed in to change notification settings - Fork 261
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
Imported AKS clusters incorrectly show a K8s upgrade message in the nodepool section, regardless if you have updated the cluster's K8s version #8501
Comments
We can check the behaviour once we complete the migration of AKS provisioning from Ember to Vue. |
seems like there are no e2e/unit tests attached to the fix (I'm guessing it's because we don't have a way to create clusters in a cloud provider - please advise @mantis-toboggan-md) so we'll need to manually test this. moving to To Test |
Still seeing this issue on ENVIRONMENT DETAILS
TEST RESULTS
REPRODUCTION STEPS |
@markusewalker this should be fixed in 2.9-head, not 2.8-head |
@yonasberhe23 there are unit tests tied to this functionality - the bug is not tied to imported clusters specifically |
@mantis-toboggan-md thanks for the clarification! I will proceed to test on v2.9-head and validate/close if all is good. |
Still seeing this issue on ENVIRONMENT DETAILS
TEST RESULTS
REPRODUCTION STEPS
|
Setup
v2.7-head
rancher/rancher@2b2ed44Describe the bug
Upon importing a private AKS cluster into Rancher, I wished to upgrade from v1.24.9 to v1.25.5. The upgrade itself was successful, but I noted that when I edited the cluster configuration, I saw this message in the nodepool before I even changed the K8s version:
The above message makes sense when I am editing my cluster and I then proceed to update the K8s version. However, I did not update the K8s version at all, but still see this message. As such, if a user has not selected a new K8s version, we shouldn't be showing any message. If a user does select an upgraded K8s version, then we should show this message.
Additionally, I tested provisioning a hosted AKS cluster from Rancher and doing the same workflow, I DO NOT see this issue. After I updated the K8s version, only then did this warning message appear. That is the behavior I would expect, regardless of the AKS cluster being imported or provisioned directly from Rancher.
To Reproduce
Active
.Result
Imported AKS clusters that have not updated the K8s versions yet show aforementioned message in the nodepool section.
Expected Result
Imported AKS clusters should only show the aforementioned message in the nodepool section when a user has updated the cluster's K8s version.
The text was updated successfully, but these errors were encountered: