[OKD-SCOS v4.16] Unable to provision UPI cluster on OpenStack #2000
Closed
jacksgt
started this conversation in
Pre-Release Testing
Replies: 2 comments 1 reply
-
I think you may be seeing the same issue as in this discussion |
Beta Was this translation helpful? Give feedback.
1 reply
-
It turned out that I was using a slightly wrong boot image ( |
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
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
thanks for all the hard work on getting the testing releases for OKD SCOS out :-)
I tried to bootstrap a cluster from https://origin-release.ci.openshift.org/releasestream/4-scos-next/release/4.16.0-0.okd-scos-2024-08-01-132038 (
quay.io/okd/scos-release:4.16.0-0.okd-scos-2024-08-01-132038
) with our usual UPI process on OpenStack private cloud.The control plane nodes come up fine, but the worker nodes fail to join the cluster due to:
Checking on the control plane nodes, the
machine-config-server
deployment seems to be missing:The MCO cluster operator is stuck at:
So the MCO is refusing to make progress because the machine-config-daemonset is unhealthy, therefore it has not deployed the machine-config-server DS.
The machine-config-daemonset pods are in CrashLoopBackOff and are logging:
rpm-ostree is unhappy because:
The offending dependency seems to be systemd-fsck:
So the final error is:
Could this be caused by the fact that node was originally booted from
fedora-coreos-39.20240210.3.0-openstack.x86_64
and then pivoted to SCOS9 (417.9.202407210037-0
)?I'm grateful for any additional hints for troubleshooting.
Beta Was this translation helpful? Give feedback.
All reactions