[VSPHERE] [IPI] Upgrade for 4.15 FCOS to 4.16 SCOS worker nodes are not updated to non-secure boot #2049
fortinj66
started this conversation in
Pre-Release Testing
Replies: 3 comments 9 replies
-
Update: I installed a new 4.16 cluster (same version) and I was able to add a new worker node with no issues. So something in the upgrade process is not being updated correctly to disable secure boot on new worker nodes |
Beta Was this translation helpful? Give feedback.
0 replies
-
its only set in the installer to disable secureboot if enabled, for an upgrade you would need to change existing template |
Beta Was this translation helpful? Give feedback.
9 replies
-
Initial stab at an upgrade script. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
After doing a new 4.15 FCOS IPI install successfully and doing the workaround in https://github.com/okd-project/okd-web/pull/22/files I had some slight issues:
Worker nodes were not updated to disable secure boot setting. Once secure boot was disabled worker nodes updated successfully. Control-plane nodes had no issues.
New worker nodes after upgrade still had secure boot enabled. Once secure boot was disabled worker was created successfully.
Other than the kind of ugly workaround above and the secure boot issues the upgrade seemed clean... I have a lot more testing to do as we use a lot of add-ins like Ceph and Istio and I need to see how those upgrades do. I have worries about Kernel versions dependencies.
4.15 version: 4.15.0-0.okd-2024-02-10-035534 (Stable)
4.16 version: 4.16.0-0.okd-scos-2024-10-28-025401 (Nightly but mirrored)
As a side note, a new install for 4.16.0-0.okd-scos-2024-10-28-025401 worked fine for both control-plane and worker nodes. I did not test adding a new worker node.
Beta Was this translation helpful? Give feedback.
All reactions