1
0
mirror of https://github.com/openshift/openshift-docs.git synced 2026-02-05 12:46:18 +01:00
Files
openshift-docs/modules/differences-between-machinesets-and-machineconfigpool.adoc
2023-10-30 10:13:25 -04:00

18 lines
834 B
Plaintext

// Module included in the following assemblies:
//
// * post_installation_configuration/node-tasks.adoc
// * post_installation_configuration/cluster-tasks.adoc
:_mod-docs-content-type: CONCEPT
[id="differences-between-machinesets-and-machineconfigpool_{context}"]
= Understanding the difference between compute machine sets and the machine config pool
`MachineSet` objects describe {product-title} nodes with respect to the cloud or machine provider.
The `MachineConfigPool` object allows `MachineConfigController` components to define and provide the status of machines in the context of upgrades.
The `MachineConfigPool` object allows users to configure how upgrades are rolled out to the {product-title} nodes in the machine config pool.
The `NodeSelector` object can be replaced with a reference to the `MachineSet` object.