-
Notifications
You must be signed in to change notification settings - Fork 264
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
[BUG] [v2.9.1] Can not upgrade downstream cluster to new RKE template revision #11874
Comments
Can still reproduce the issue with Rancher v2.9.2. |
I was able to reproduce this issue on a Rancher v2.9.1 Docker installation. Steps:
Results:
This issue does not occur on Rancher v2.8.8. I would like to request the UI team to investigate this issue on the UI side. cc @gaktive |
@gaktive Due to this bug it is not possible to update downstream RKE1 clusters. Therefore security of the managed clusters is also affected. |
Could be tied to the recent Ember upgrade. Need to have an engineer repro this. |
Workaround here: We will be using the Rancher v3 API. It has its own user interface accessible from a web browser. Workaround steps:
|
@ManuelSimon Thank for the detailed description! I can confirm that this workaround works and the downstream clusters can actually be updated via API. |
Tested in:
|
SURE-9052
This issue was initially reported in rancher/rancher#46967, but maybe is only a bug in the UI.
Rancher Server Setup
Information about the Cluster
User Information
Describe the bug
Rancher has been upgraded from v2.8.4 to v2.9.1. A new RKE1 template revision has been cloned to prepare a K8S upgrade from v1.28.9 to v1.29.7. When editing an existing downstream cluster the new RKE1 template revision can not be saved.
At first the UI looks normal:
However, when a RKE template is selected...
...form elements and the save button disappear:
It is not possible to save the changes. Hence it is not possible to upgrade a cluster which is based on the RKE1 template.
To Reproduce
Result
The form elements for "Cluster Options" disappear, also the "Save" button.
Expected Result
The form updates the information in the "Cluster Options" section according to the RKE1 template settings and the new revision can be saved to initiate the downstream cluster upgrade.
The text was updated successfully, but these errors were encountered: