openshift/role¶
Defines the node's function within the OpenShift cluster
OpenShift Node Role¶
This parameter defines the role a node will play in the OpenShift cluster. Each role has specific responsibilities and requirements within the cluster architecture.
Requirements¶
- Must be one of the defined role values
- Role assignment must align with hardware requirements
- Node count must meet minimum requirements for role type
Usage¶
Available roles:
controlplane # Control plane node running cluster control services
worker # Worker node running application workloads
Role requirements: - controlplane: Three nodes recommended for HA - worker: Minimum one node, scale as needed
Notes: - Control plane nodes should be identical in specifications - Worker nodes can have varying specifications based on workload needs
Objects that Reference openshift/role¶
- profiles openshift-controlplane in Openshift v4.15.3 as part of Params (declared)
- profiles openshift-worker in Openshift v4.15.3 as part of Params (declared)
Objects used by openshift/role¶
Not used in current content packs