Skip to content

openshift-cluster-wait-for-install-complete

A task to orchestrate the joining of nodes to form an OpenShift cluster

This task waits for the OpenShift cluster installation to complete successfully. It monitors the cluster operators and ensures all required components are fully operational before marking the installation as complete.

Requirements

Infrastructure

  • DNS zone management access (DRP zones will be created, but do not have to used if external DNS is preferred)
  • Network connectivity between all nodes
  • Sufficient resources for control plane

Node Configuration

  • Control plane nodes prepared

Usage

Join Process

Bash
# Monitor progress
openshift-install --dir=/root/cluster wait-for bootstrap-complete
openshift-install --dir=/root/cluster wait-for install-complete

Task Workflow

  1. Waits for all cluster operators to be available
  2. Monitors installation progress
  3. Reports completion status
  4. Handles any installation errors or timeouts

Verification

Bash
# Check node status
oc get nodes

# Verify cluster operators
oc get clusteroperators

Objects that Reference openshift-cluster-wait-for-install-complete

Not used in current content packs

Objects used by openshift-cluster-wait-for-install-complete