Day-to-Day Operations¶
Accessing the Cluster¶
Getting Cluster Credentials¶
-
Obtain the kubeconfig:
-
Get the console URL:
-
Get the kubeadmin password:
Health Monitoring¶
Essential monitoring commands:
# Node status and resource usage
oc get nodes
oc adm top nodes
# Workload health
oc get pods --all-namespaces
oc get events --sort-by='.metadata.creationTimestamp'
# Control plane health
oc get clusteroperators
# ACM health (if installed)
oc get pods -n open-cluster-management
oc get multiclusterhub -n open-cluster-management
Common Tasks¶
Adding Worker Nodes¶
-
Update worker names in DRP:
-
Re-run cluster provision to create new nodes:
Removing Nodes¶
-
Create a work order to remove the node:
-
Monitor the work order status:
Upgrading OpenShift¶
-
Check available updates:
-
Initiate upgrade:
-
Monitor progress:
Managing Advanced Cluster Manager¶
-
Check ACM operator status:
-
Verify MultiClusterHub status:
-
Access ACM features:
Note: Advanced Cluster Management features are integrated directly into the OpenShift console. Once ACM is installed, you can access its features through the OpenShift web console's menu under "Home" → "Multicluster".