Cluster Installation Error: machine config pools are degraded #1370
Unanswered
biruand1016
asked this question in
Q&A
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,
I had installed okd:4.11.0-0.okd-2020-10-15-073651 on one VM with restricted network without internet.
I created mirror-registry and mirrored images by below command
oc adm release mirror -a /root/.docker/config.json --from=quay.io/openshift/okd:4.11.0-0.okd-2022-10-15-073651 --to=mirror.registry.com:8443/init/okd --to-release-image=mirror.registry.com:8443/init/okd:4.11.0-0.okd-2022-10-15-073651Then I have installed cluster successfully. I confirmed this by run command
openshift-install wait-for bootstrap-complete --dir /opt/mirror --log-level debug and openshift-install wait-for install-complete --dir /opt/mirror --log-level debugBut in fact, there are errors
Unable to apply 4.11.0-0.okd-2022-10-15-073651: error during syncRequiredMachineConfigPools: [timed out waiting for the condition, error pool master is not ready, retrying. Status: (pool degraded: true total: 1, ready 0, updated: 0, unavailable: 1)]
**
**oc get nods** master0.ocd4.rnur.edu Ready master,worker 16h v1.24.6+5157800 **oc get mcp** master False True True 1 0 0 1 16h worker rendered-worker-9386356fb7336da6f317b41f9276baff True False False 0 0 0 0 16h **oc get clusteroperators** ... **openshift-marketplace community-operators-6r2p6 0/1 ImagePullBackOff 0 16h
openshift-marketplace community-operators-97jf2 0/1 ImagePullBackOff 0 16h
All reactions