2018-11-27 18:52:17 -05:00
|
|
|
// Module included in the following assemblies:
|
|
|
|
|
//
|
|
|
|
|
// * nodes/nodes-cluster-overcommit.adoc
|
2020-05-19 14:47:58 -04:00
|
|
|
// * post_installation_configuration/node-tasks.adoc
|
2018-11-27 18:52:17 -05:00
|
|
|
|
2022-02-04 15:22:10 +00:00
|
|
|
:_content-type: PROCEDURE
|
2019-05-13 08:55:00 +10:00
|
|
|
[id="nodes-cluster-overcommit-node-resources_{context}"]
|
2018-11-27 18:52:17 -05:00
|
|
|
|
|
|
|
|
= Reserving resources for system processes
|
|
|
|
|
|
2020-05-19 14:47:58 -04:00
|
|
|
To provide more reliable scheduling and minimize node resource overcommitment,
|
|
|
|
|
each node can reserve a portion of its resources for use by system daemons
|
|
|
|
|
that are required to run on your node for your cluster to function.
|
2018-11-27 18:52:17 -05:00
|
|
|
In particular, it is recommended that you reserve resources for incompressible resources such as memory.
|
|
|
|
|
|
|
|
|
|
.Procedure
|
|
|
|
|
|
|
|
|
|
To explicitly reserve resources for non-pod processes, allocate node resources by specifying resources
|
2020-05-19 14:47:58 -04:00
|
|
|
available for scheduling.
|
2019-06-03 09:37:20 -04:00
|
|
|
For more details, see Allocating Resources for Nodes.
|