openshift-wait-for-approval¶
A task to synchronize node initialization by waiting for CSR approval
This task implements a synchronization point in the cluster deployment process by waiting for explicit approval before proceeding with node initialization. It ensures proper sequencing of node joining and prevents premature node configuration.
Requirements¶
Parameter State¶
openshift/can-proceed-csrmust be defined- Parameter must be set to true by controller to proceed
- Parameter state must be monitorable
Cluster State¶
- Node must be ready for initialization
- Controller must be operational
- Network connectivity must be established
Synchronization Process¶
- Task starts and monitors param state
- Waits for
openshift/can-proceed-csr= true - Proceeds with subsequent tasks when CSR is approved
- Continues cluster initialization sequence
Objects that Reference openshift-wait-for-approval¶
Not used in current content packs