A task to remove Advanced Cluster Management (ACM) from an OpenShift cluster
OpenShift Cluster Status Task¶
This task collects and displays comprehensive status information about an OpenShift cluster, including node health, resource usage, Advanced Cluster Management status, and general cluster health indicators.
Requirements¶
Cluster Access¶
- Valid kubeconfig configuration
- Administrative access to cluster
- Access to ACM namespace if installed
- Cluster metrics enabled
Usage¶
Basic Status Check¶
# Apply status task
drpcli machines tasks add <machine-uuid> openshift-cluster-status
# Additional status commands
oc get nodes
oc get clusteroperators
Status Information¶
The task reports on: 1. General cluster information: - Image usage and storage - Top image consumers - Node resource utilization
- ACM-specific status:
- MultiClusterHub health
- Pod status in ACM namespace
- Operator versions
- Service availability