openshift/can-proceed-csr¶
Control flag for CSR approval to proceed with node joining
This parameter controls whether a node can proceed after its Certificate Signing Request (CSR) has been approved. It acts as a synchronization point to ensure proper cluster formation sequence when nodes are joining.
Requirements¶
- Must be coordinated with cluster CSR approval process
- Must be managed by control tasks
- Should not be manually modified
Usage¶
CSR approval flow control:
false # Default state, node waits for CSR approval
true # CSR approved, node proceeds with joining
# Progression sequence:
1. Node generates CSR and waits at openshift-wait-for-approval task
2. Can-proceed-csr set to true by controller after CSR approval
3. Node proceeds with cluster join process
4. Node continues initialization
Notes: - Automatically managed by tasks - Critical for proper cluster formation - Ensures CSRs are approved before proceeding - Prevents premature node joining
Objects that Reference openshift/can-proceed-csr¶
Not used in current content packs
Objects used by openshift/can-proceed-csr¶
Not used in current content packs