-
Notifications
You must be signed in to change notification settings - Fork 297
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
Hypershift cluster fails when combining OKD and FCOS #1767
Comments
Hey there, Sometimes, issues with machineconfigs can be related to kernel modules or configurations. Ensure that the necessary kernel modules are loaded on your FCOS nodes. Also Check if the required modules for machineconfig synchronization (such as bridge-related modules) are available. Lastly, Please Review the kernel configuration to ensure it supports the required features. There are so many check to do, please let us know if any update on it ? Kerem ÇELİKER |
Its not related to machineconfig contents, just the fact that the payload contains MachineConfigs is breaking several hypershift assumptions. OKD FCOS should move towards setting initial kargs via other means instead of "update kernel arguments on pivot" |
Hello, |
OKD-SCOS was a workaround to make OKD work with Hypershift. Unlike OKD-FCOS, its installation didn't require MachineConfigs and thus didn't break Hypershift's assumptions. With OKD-SCOS currently paused, it appears there is no way to use Hypershift with OKD at the moment. |
Hi, We are currently working on SCOS builds of OKD. Please see these documents... https://okd.io/blog/2024/06/01/okd-future-statement Please test with the OKD SCOS nightlies and file a new issue as needed. Many thanks, Jaime |
I am attempting to use Hypershift to provision an OKD cluster. I have successfully installed the OKD 'hosted cluster' up to a certain point: The Control plane's pods are 'Running,' and the node pool's VMs are provisioned, with the Nodes marked as 'Ready'. Furthermore, when I run 'oc get co,' all operators are displayed as 'AVAILABLE':
However, I still encounter an error related to the '99-okd-master-disable-mitigations' machineconfig. The exact error is as follow:
That seems OKD FCOS specific, it doesn't happen on OKD SCOS.
The text was updated successfully, but these errors were encountered: