1
0
mirror of https://github.com/openshift/openshift-docs.git synced 2026-02-06 06:46:26 +01:00
Files
openshift-docs/modules/node-types.adoc
2019-05-13 13:57:48 +10:00

24 lines
926 B
Plaintext

// Module included in the following assemblies:
//
// * architecture/architecture.adoc
[id="node-roles_{context}"]
= Node roles in {product-title}
{product-title} assigns hosts different roles. These roles define the function
of the node within the cluster. The cluster contains standard definitions for
standard role types, such as bootstrap, master, and worker.
A node with the bootstrap role
provides the initial configuration to clusters and is used only during initial
configuration.
Nodes with the master role run the cluster
infrastructure and required components. Instead of being grouped into a `MachineSet`,
they are a series of standalone machine API resources. Extra controls apply to
master nodes to prevent you from deleting all master nodes and breaking your
cluster.
Nodes with the worker role drive compute workloads. Each type of worker node is
governed by a specific machine pool that autoscales them.