Machine Operator Degraded sync #2013
-
While still working i have some Machine Config errors on a new bare metal cluster that lack on information how to solve it.
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
The quoted output looks like the the result of a If you're unable to upload the results, you can investigate yourself by inspecting |
Beta Was this translation helpful? Give feedback.
The quoted output looks like the the result of a
oc adm must-gather
command. Please upload the directory the command produced to a public filesharing service or attach it to this discussion.If you're unable to upload the results, you can investigate yourself by inspecting
oc describe co machine-config
to find out more about that ClusterOperator. Next step would probably find the degraded MachineConfigPool withoc get mcp
and then investigate the degraded pool withoc describe mcp [name-of-degraded-mcp]
.