openshift/can-proceed-image¶
Control flag for agent boot image readiness to proceed with node installation
This parameter controls whether a node can proceed after the agent boot image has been built and is ready. It acts as a synchronization point to ensure proper cluster formation sequence when the OpenShift installer creates boot images.
Requirements¶
- Must be coordinated with agent image build process
- Must be managed by control tasks
- Should not be manually modified
Usage¶
Agent image flow control:
false # Default state, node waits for agent image
true # Agent image ready, node proceeds with boot
# Progression sequence:
1. Node waits at openshift-wait-for-agent-image task
2. OpenShift installer builds agent boot image
3. Can-proceed-image set to true by controller
4. Node proceeds with boot and installation
Notes: - Automatically managed by tasks - Critical for proper cluster formation - Ensures agent images are ready before booting - Prevents boot failures from missing images
Objects that Reference openshift/can-proceed-image¶
Not used in current content packs
Objects used by openshift/can-proceed-image¶
Not used in current content packs