Replies: 3 comments 31 replies
-
|
Please attach log bundle |
Beta Was this translation helpful? Give feedback.
-
|
I may have found the issue, it seems that the download of the OpenShift Release Image is not working. If I try to open the URL, I get 403: Unauthorized Tried to login to quay.io seems to work but gives me this: {"error": "CSRF token was invalid or missing."} I have setup a second account on redhat and still the same issue with a different pull secret. Ever seen this before? |
Beta Was this translation helpful? Give feedback.
-
|
log-bundle-20210805141205.tar.gz I created a new self signed RSA certificate and created new ignitionfiles but getting stuck on master not pulling the image.... This is what the master shows: Service machinge "wait-for bootstrap-complete" I attached you the log bundle, please tell me if I can provide anything else. Thanks |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
hi, i got stuck on setting up bootstrap, masters and workers. I am not sure if bootkube.service not starting is the exact issue here, but that is the conclusion i got from troubleshooting.
some details about my installation (bootstrap and masters are the same):
Node OS: FCOS 34.20210626.3.1
Node Specs: 16GB RAM, 4 vCPUs, 120GB disk
following my troubleshoot, tell me if you need more info BR.
what i see on my master:
ignition[533]: GET error: Get "https://........:22623/config/master": EOF
ssh in to bootstrap:
Manually gathering logs:
[core@localhost ~]$ journalctl -b -f -u release-image.service -u bootkube.service
-- Journal begins at Wed 2021-07-21 12:40:41 UTC. --
Jul 21 12:55:22 localhost systemd[1]: Starting Download the OpenShift Release Image...
Jul 21 12:55:22 localhost release-image-download.sh[848]: Pulling quay.io/openshift-release-dev/ocp-release@sha256:eafdac268e1f65053de423ba4a028e8de5133ab78e7954d76ed838bcf5f4f666...
Jul 21 12:55:32 localhost podman[850]: 2021-07-21 12:55:32.863448543 +0000 UTC m=+10.077218247 system refresh
Jul 21 12:55:32 localhost podman[850]: 2021-07-21 12:55:32.864988287 +0000 UTC m=+10.078757975 image pull quay.io/openshift-release-dev/ocp-release@sha256:eafdac268e1f65053de423ba4a028e8de5133ab78e7954d76ed838bcf5f4f666
Jul 21 12:55:57 localhost release-image-download.sh[850]: 7df5b82029357ab3601bec214038b683e20603bbbd2e99e447aba5e50e56d607
Jul 21 12:55:57 localhost systemd[1]: Finished Download the OpenShift Release Image.
Jul 21 12:56:00 localhost systemd[1]: Dependency failed for Bootstrap a Kubernetes cluster.
Jul 21 12:56:00 localhost systemd[1]: bootkube.service: Job bootkube.service/start failed with result 'dependency'.
^C
[core@localhost ~]$
Beta Was this translation helpful? Give feedback.
All reactions