Skip to content

openshift/allow-node-removal

Control flag for node removal from cluster

This parameter controls whether a node can be removed from the cluster and released back to the pool. It is a safety mechanism to prevent unintended node removals during cluster formation and management.

Requirements

  • Must be coordinated with cluster initialization
  • Must be set to 'true' on cluster to allow for machine removals

Usage

Installation flow control:

YAML
false   # Default state, no removals
true    # Allow for nodes to be removed

# Progression sequence:
1. Set parameter to `true` to allow node removals
2. Run blueprint to add nodes to cluster
3. Clear parameter or set to `false` to prevent further removals

Objects that Reference openshift/allow-node-removal

Objects used by openshift/allow-node-removal

Not used in current content packs