-
Notifications
You must be signed in to change notification settings - Fork 298
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
CentOS Stream CoreOS 417 Boot Fails #2077
Comments
Hi, Here are a couple resources to help familiarize you with the current state of affairs: https://okd.io/blog/2024/06/01/okd-future-statement/ In short, there are no publicly available SCOS artifacts at this time. You'll want to use the FCOS image as noted. I believe the workaround for the issue you're seeing is to install oc on the nodes. We'll write something up in the new year. Most of us are currently on holiday. hope that helps. Jaime |
Thanks @JaimeMagiera, |
There is some confusion here. "Assisted or Agent Install modes" is a way to install OKD with UPI..Like iPXE install (this requires an "extra" bootstrap node). ie you setup your nodes, then install OKD with ABI or AI or iPXE... |
Thanks @titou10titou10, appreciate the clarification on this. I'm a bit of a newbie to OKD, just getting my bearings, so I appreciate the guidance. I'm also install OKD on ProxMox, but I'm not using Assisted or Agent-Based installs, just generating the Ignition files and launching the installer myself. |
@necouchman when creating the UPI machines for the deployment, you need to disable secure boot for the machines. While FCOS can do secure boot, SCOS can't (missing shim signature). |
@necouchman I could install the cluster only with an older scos image (scos-413.9.202303020610-0-live.x86_64.iso) mentioned in (okd-project/okd-scos#11). I extraced the vmlinuz, initrd.img and rootfs.img from the ISO and pxebooted with the Ignition Files from openshift-install. I used a dedicated boostrap vm and the RHCOS or FCOS images didnt work at all with UPI. |
@CrAazZyMaN21 strange report. I wonder what you did so the FCOS base for UPI installation failed. That is the current official way of deploying OKD, even with 4.17. |
Describe the bug
I'm attempting to install OKD 4.17 in the user-provisioned manner. I've downloaded the recommended FCOS (39.20231101.3.0) and am booting into the ISO of that, and then running the coreos-installer with the ignition files generated by the installer. When I run the coreos-installer with the bootstrap.ign file, the system reboots and then I get a couple of interesting items:
So, I'm wondering a couple of things:
Version
4.17.0-okd-scos.0
How reproducible
100% of the time.
Log bundle
My cluster isn't even far enough up to produce this information:
Please let me what information I can provide.
The text was updated successfully, but these errors were encountered: