Skip to content

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

  1. Generates cluster SSH keys
  2. Downloads and installs:
  3. OpenShift installer
  4. OpenShift CLI (oc)
  5. Kubernetes CLI (kubectl)
  6. Configures DNS resolution
  7. Sets up environment variables