Subscription channel for Red Hat Advanced Cluster Management operator
Bootstrap Node Ignition Configuration¶
This parameter stores the Ignition configuration for the OpenShift bootstrap node. Ignition is the provisioning tool used by Red Hat CoreOS to configure nodes during initial deployment.
Requirements¶
- Must be valid Ignition JSON format
- Must contain proper bootstrap configuration
- Generated by openshift-install
- Contains sensitive configuration data
Usage¶
Configuration handling:
# Generated during cluster initialization
- Created by openshift-install
- Stored at /root/cluster/bootstrap.ign
- Contains initial cluster certificates
- Configures temporary control plane
- Sets up bootstrap services
Notes: - Contains sensitive cluster configuration - Used only during initial installation - Required for cluster bootstrapping - Generated automatically by installer - Should be protected from unauthorized access