ETCD failing while okd cluster install - bare metal (disconnected) ERROR: https://localhost:2379 is unhealthy #1975
Unanswered
mohitagarwal1
asked this question in
Q&A
Replies: 1 comment 2 replies
-
After downloading the correct openshift-install, run
openshift-install coreos print-stream-json
to find the initial boot image to use. For the version of okd you are trying to install, it should be fedora-coreos-38.20231012.3.1
Using a different major version of fcos is likely to be problematic. The voluminous output also gives you a url to pull the right version of fcos.
Please try this and see if it helps.
If you are trying the fcos branch, there is no reason not to use the latest 4.15 stable. It uses fedora-coreos-39.20231101.3.0
On Jul 17, 2024, at 10:53 AM, Mohit Agarwal ***@***.***> wrote:
CAUTION: This email originated from outside of BCIT. Do not click links or open attachments unless you recognize the sender and know the content is safe.
Hi everyone,
I am trying to build OKD cluster on bare metal. The bootstrap is stuck on the below error:
https://localhost:2379 is unhealthy: failed to commit proposal: context deadline exceeded
Error: unhealthy cluster
I am using the following fedora coreos image:
https://builds.coreos.fedoraproject.org/prod/streams/stable/builds/40.20240701.3.0/x86_64/fedora-coreos-40.20240701.3.0-live-initramfs.x86_64.img
https://builds.coreos.fedoraproject.org/prod/streams/stable/builds/40.20240701.3.0/x86_64/fedora-coreos-40.20240701.3.0-live-rootfs.x86_64.img
https://builds.coreos.fedoraproject.org/prod/streams/stable/builds/40.20240701.3.0/x86_64/fedora-coreos-40.20240701.3.0-live-kernel-x86_64
os version : 40.20240701.3.0
release version : 4.14.0-0.okd-2024-01-26-175629
I have found same issue on bugzilla redhat : https://bugzilla.redhat.com/show_bug.cgi?id=1845970
But no proper resolutions there.
Please help to provide your input on how I can overcome this error.
—
Reply to this email directly, view it on GitHub<#1975>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/AAEBGE55EB3M5O4J4HDM2RTZM2VTFAVCNFSM6AAAAABLBDS6YKVHI2DSMVQWIX3LMV43ERDJONRXK43TNFXW4OZWHE2DMNRRGM>.
You are receiving this because you are subscribed to this thread.Message ID: ***@***.***>
|
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi everyone,
I am trying to build OKD cluster on bare metal. The bootstrap is stuck on the below error:
https://localhost:2379 is unhealthy: failed to commit proposal: context deadline exceeded
Error: unhealthy cluster
I am using the following fedora coreos image:
https://builds.coreos.fedoraproject.org/prod/streams/stable/builds/40.20240701.3.0/x86_64/fedora-coreos-40.20240701.3.0-live-initramfs.x86_64.img
https://builds.coreos.fedoraproject.org/prod/streams/stable/builds/40.20240701.3.0/x86_64/fedora-coreos-40.20240701.3.0-live-rootfs.x86_64.img
https://builds.coreos.fedoraproject.org/prod/streams/stable/builds/40.20240701.3.0/x86_64/fedora-coreos-40.20240701.3.0-live-kernel-x86_64
os version : 40.20240701.3.0
release version : 4.14.0-0.okd-2024-01-26-175629
I have found same issue on bugzilla redhat : https://bugzilla.redhat.com/show_bug.cgi?id=1845970
But no proper resolutions there.
Please help to provide your input on how I can overcome this error.
Beta Was this translation helpful? Give feedback.
All reactions