Bug 1951009
Summary: | Installation never finishes waiting for MCO to become Available | ||
---|---|---|---|
Product: | OpenShift Container Platform | Reporter: | Pablo Iranzo Gómez <pablo.iranzo> |
Component: | Machine Config Operator | Assignee: | Yu Qi Zhang <jerzhang> |
Status: | CLOSED DUPLICATE | QA Contact: | Michael Nguyen <mnguyen> |
Severity: | high | Docs Contact: | |
Priority: | unspecified | ||
Version: | 4.7 | CC: | jerzhang |
Target Milestone: | --- | ||
Target Release: | --- | ||
Hardware: | x86_64 | ||
OS: | Linux | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | If docs needed, set a value | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2021-04-21 18:35:52 UTC | Type: | Bug |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: | |||
Bug Depends On: | |||
Bug Blocks: | 1831748 |
Description
Pablo Iranzo Gómez
2021-04-19 11:47:48 UTC
4.6.23 with same hardware setup works fine The error I see is: 'Node master-2.kni4.cloud.lab.eng.bos.redhat.com is reporting: "machineconfig.machineconfiguration.openshift.io \"rendered-master-1e1c884ae63da4a46444e834d4c7ea8d\" not found", Node master-1.kni4.cloud.lab.eng.bos.redhat.com is reporting: "machineconfig.machineconfiguration.openshift.io \"rendered-master-1e1c884ae63da4a46444e834d4c7ea8d\" not found", Node master-0.kni4.cloud.lab.eng.bos.redhat.com is reporting: "machineconfig.machineconfiguration.openshift.io \"rendered-master-1e1c884ae63da4a46444e834d4c7ea8d\" not found"' So this seems to be a variation of https://github.com/openshift/machine-config-operator/issues/2114#issuecomment-700122866. Could you gather the information there? It seems that you have also provided custom kubeletconfigs. If you did, it may be https://bugzilla.redhat.com/show_bug.cgi?id=1947684 Hi Pablo, I accessed the cluster and checked the diff. It is because you provided a kubeletconfig pre-install which is not supported in 4.7 due to https://bugzilla.redhat.com/show_bug.cgi?id=1947684 Try with a latest 4.8 nightly and it should be fixed, and for the meantime I am going to mark this a duplicate of the other BZ. If you believe this should be backported to 4.7, please raise on the other bug, thanks! *** This bug has been marked as a duplicate of bug 1947684 *** Thanks a lot! |