Skip to content

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-csr must 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

  1. Task starts and monitors param state
  2. Waits for openshift/can-proceed-csr = true
  3. Proceeds with subsequent tasks when CSR is approved
  4. Continues cluster initialization sequence

Objects that Reference openshift-wait-for-approval

Not used in current content packs

Objects used by openshift-wait-for-approval