A task to remove Advanced Cluster Management (ACM) from an OpenShift cluster
OpenShift Cluster Tools Task¶
This task prepares essential OpenShift tools and resources required for cluster deployment and management. It handles installation of CLI tools, SSH key generation, and basic cluster resource configuration.
Requirements¶
Parameters¶
- openshift/installer-url: OpenShift installer download URL
- openshift/oc-url: OpenShift CLI tools download URL
- openshift/cluster-domain: Base domain for cluster
- openshift/pull-secret: Red Hat pull secret
Infrastructure¶
- Network access to tool downloads
- Sufficient storage for binaries
- DNS resolution for cluster domain
- Valid Red Hat credentials
Usage¶
Tool Installation¶
# Apply tools task
drpcli machines tasks add <machine-uuid> openshift-cluster-tools
# Verify installations
openshift-install version
oc version
Task Operations¶
- Generates cluster SSH keys
- Downloads and installs:
- OpenShift installer
- OpenShift CLI (oc)
- Kubernetes CLI (kubectl)
- Configures DNS resolution
- Sets up environment variables