Skip to content

Subscription channel for Red Hat Advanced Cluster Management operator

Installation Configuration Path

This parameter stores the path to the OpenShift install-config.yaml file. This file contains the complete cluster configuration used by the OpenShift installer.

Requirements

  • Must point to valid install-config.yaml
  • File must contain all required cluster settings
  • Path must be accessible to installer
  • Configuration must be valid YAML

Usage

Standard configuration location:

# Default path
/root/cluster/install-config.yaml

# Key configuration includes:
- Base domain
- Cluster name
- Networking configuration
- Machine pools
- Pull secret
- SSH key

Notes: - Generated by openshift-cluster-prep task - Used by openshift-install command - Contains sensitive information - Backed up before installation - Critical for cluster configuration