kairos upgrade via kubernetes #1384
-
Hi all,
My question is: If I have installed a custom image with v1.0 and I need to upgrade to my custom image with v2.0 that doesn't change OS but just some customization (apps, configs, etc), should upgrade work correctly? I've tried it in these ways:
TEST 2
Maybe, as /etc/os-release file doesn't contain information about custom image (trivially image tag), in case of upgrade to another custom image with the same OS-release, the upgrade doesn't happen. Could be this reason valid? /etc/os-release file
|
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 4 replies
-
@cristian98149 sorry for the late reply. Did you ever find a fix? Maybe there are logs in upgrade Pod that would help understand why it doesn't work? |
Beta Was this translation helpful? Give feedback.
-
I'm facing the same problem with the same use case. I'm trying to upgrade my custom image based on quay.io/kairos/kairos-ubuntu-20-lts:v2.2.2-k3sv1.25.10-k3s1 to another version of my image where only the customization changes and actually happens like you describe in TEST 1 . Edit 1: Edit 2: |
Beta Was this translation helpful? Give feedback.
-
Hi all, I've recently tested again this type of upgrade (same base image) and it worked. @PaSharks9 can I sugget you to add a custom field into /etc/os-release which its value changes between custom images and retry the upgrade? Thank you. |
Beta Was this translation helpful? Give feedback.
Hi all, I've recently tested again this type of upgrade (same base image) and it worked.
@PaSharks9 can I sugget you to add a custom field into /etc/os-release which its value changes between custom images and retry the upgrade?
Thank you.