mirror of
https://github.com/openshift/openshift-docs.git
synced 2026-02-05 12:46:18 +01:00
22 lines
871 B
Plaintext
22 lines
871 B
Plaintext
// Module included in the following assemblies:
|
|
//
|
|
// * nodes/nodes-cluster-overcommit.adoc
|
|
// * post_installation_configuration/node-tasks.adoc
|
|
|
|
:_mod-docs-content-type: CONCEPT
|
|
[id="nodes-cluster-overcommit-node-resources_{context}"]
|
|
|
|
= Reserving resources for system processes
|
|
|
|
[role="_abstract"]
|
|
You can explicitly reserve resources for non-pod processes by allocating node resources through specifying resources available for scheduling.
|
|
|
|
To provide more reliable scheduling and minimize node resource overcommitment, each node can reserve a portion of its resources for use by the system daemons that are required to run on your node for your cluster to function.
|
|
|
|
[NOTE]
|
|
====
|
|
It is recommended that you reserve resources for incompressible resources such as memory.
|
|
====
|
|
|
|
For more details, see Allocating Resources for Nodes in the _Additional resources_ section.
|