-
Notifications
You must be signed in to change notification settings - Fork 303
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
Bootstrap not turning red and worker0 get Internal Server Error #270
Comments
Here is the openshift-install wait-for bootstrap-complete --log-level debug failure |
What are the size of the Masters/workers? The bootstrap turning red after masters turn green is expected, but it seems that bootstraping is failing after the pivot happens. |
I followed the https://github.com/redhat-cop/ocp4-helpernode/blob/main/docs/quickstart-static.md and set them all up as what Bootstrap is said to need 8192 mem, 4 vcpus, and 120G disk |
What I would do is ssh into the bootstrap node (from the helper run This looks like it's failing in the bootstrap phase. If it is, this isn't the playbook. So, unfortunately, that's more of an OpenShift issue. So we can't really help with anything beyond the playbook. |
Here is bootstrap journalctl output. I have not done anything on this cluster setup since it failed. I have left it up |
@spazgirl - im no expert but wanted to learn and would like to ask why are you trying to install an old version of OpenShift? I am seeing lots of repeated entries such as these, but I have no way to prove this is an actual issue?
From your example above 2 days ago
Image information correlating with your logs
Latest version is cheers! |
I have 2 issues trying to install kvm static x86 ocp cluster following OCP x86 4.9.0
https://github.com/redhat-cop/ocp4-helpernode/blob/main/docs/quickstart-static.md
Bootstrap is not turning Red after Master0, Master1, Master2 turn green.
Will add the openshift-install wait-for bootstrap-complete --log-level debug info when it finishes
Worker0 fails at getting worker ignition files. But worker1 installs with no issues.
[ 6.099465] ignition[768]: GET https://api-int.ocp4.mongodbx86.com:22623/config/worker: attempt RFE: Playbook assumes root #3
[ 6.100702] ignition[768]: GET error: Get "https://api-int.ocp4.mongodbx86.com:22623/config/worker": dial tcp: lookup api-int.ocp4.mongodbx86.com on [::1]:53: read udp [::1]:38495->[::1]:53: read: connection refused
[ 6.901357] ignition[768]: GET https://api-int.ocp4.mongodbx86.com:22623/config/worker: attempt RFE: Create ssh-keys #4
[ 6.902689] ignition[768]: GET error: Get "https://api-int.ocp4.mongodbx86.com:22623/config/worker": dial tcp: lookup api-int.ocp4.mongodbx86.com on [::1]:53: read udp [::1]:59599->[::1]:53: read: connection refused
[ 8.502516] ignition[768]: GET https://api-int.ocp4.mongodbx86.com:22623/config/worker: attempt RFE: Update for EL8 #5
[ 8.503994] ignition[768]: GET error: Get "https://api-int.ocp4.mongodbx86.com:22623/config/worker": dial tcp: lookup api-int.ocp4.mongodbx86.com on [::1]:53: read udp [::1]:37353->[::1]:53: read: connection refused
[* ] A start job is running for Ignition (fetch) (8s / no limit)[ 11.705655] ignition[768]: GET https://api-int.ocp4.mongodbx86.com:22623/config/worker: attempt how to set ocp node hostname? #6
[** ] A start job is running for Ignition (fetch) (24s / no limit)[ 27.379893] ignition[768]: GET error: Get "https://api-int.ocp4.mongodbx86.com:22623/config/worker": dial tcp: lookup api-int.ocp4.mongodbx86.com on 129.40.83.31:53: read udp 129.40.83.36:44374->129.40.83.31:53: i/o timeout
[ *** ] A start job is running for Ignition (fetch) (29s / no limit)[ 32.380293] ignition[768]: GET https://api-int.ocp4.mongodbx86.com:22623/config/worker: attempt Fix spelling in README.md and add task to start firewalld prior enabling required ports #7
[ 32.387018] ignition[768]: GET result: Internal Server Error
[ *] A start job is running for Ignition (fetch) (34s / no limit)[ 37.388634] ignition[768]: GET https://api-int.ocp4.mongodbx86.com:22623/config/worker: attempt Devel #8
Attachments
worker0 failing.txt
helper x215n31.txt
Please let me know anything else you need. the helper x215n31 is from Rhel 8.5 boot after install to where I am now. when the bootstrap-complete fails I will add output to my issue
The text was updated successfully, but these errors were encountered: