-
Notifications
You must be signed in to change notification settings - Fork 41
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
OS update is never triggered #1676
Comments
I tested with apiVersion: elemental.cattle.io/v1beta1
kind: ManagedOSImage
metadata:
name: upgrade-os
namespace: fleet-default
spec:
clusterTargets:
- clusterName: test-cluster
osImage: registry.opensuse.org/isv/rancher/elemental/dev/containers/suse/sl-micro/6.1/baremetal-os-container:latest I checked and |
I retested today and it worked with Looks like more a Rancher Manager issue, no? |
The issue is with the dot Tried to create a ManagedOSImage resource with name Checking the system-upgrade-controller logs on the child cluster:
So, guess we should not allow dots |
What steps did you take and what happened:
Create a new OS channel pointing to newer image versions, create an update group to upgrade the OS on the nodes.
What did you expect to happen:
OS image on the nodes updated from SLEMicro 6.0 to 6.1.
Anything else you would like to add:
Find elemental-operator logs: upgrade.log.
Environment:
cat /etc/os-release
):kubectl version
): v1.30.6+k3s1 for Rancher Manager and v1.30.8+k3s1 for the Elemental clusterHow to reproduce the issue:
The text was updated successfully, but these errors were encountered: