Skip to content

openshift/agent-config

OpenShift cluster agent 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 agent-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/agent-config.yaml

# Key configuration includes:
- Networking configuration
- Machine pools

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