Troubleshooting OpenShift Container Platform 4.x: machine-config operator
Updated -
1. Check the machine-config
operator clusteroperator
resource for any errors which would indicate a problem with specific nodes or machineconfigpool
s.
$ oc describe clusteroperator machine-config
2. Checking status of nodes
$ for node in $(oc get nodes -o name | awk -F'/' '{ print $2 ...
Subscriber exclusive content
A Red Hat subscription provides unlimited access to our knowledgebase, tools, and much more.