2018-09-07 11:14:20 -04:00
|
|
|
// Module included in the following assemblies:
|
|
|
|
|
//
|
|
|
|
|
// * scalability_and_performance/using-node-tuning-operator.adoc
|
2020-05-19 14:47:58 -04:00
|
|
|
// * operators/operator-reference.adoc
|
|
|
|
|
// * post_installation_configuration/node-tasks.adoc
|
2020-01-15 13:20:07 -05:00
|
|
|
|
|
|
|
|
ifeval::["{context}" == "red-hat-operators"]
|
|
|
|
|
:operators:
|
|
|
|
|
endif::[]
|
|
|
|
|
ifeval::["{context}" == "node-tuning-operator"]
|
|
|
|
|
:perf:
|
|
|
|
|
endif::[]
|
2018-09-07 11:14:20 -04:00
|
|
|
|
2019-05-13 08:55:00 +10:00
|
|
|
[id="about-node-tuning-operator_{context}"]
|
2020-01-15 13:20:07 -05:00
|
|
|
ifdef::operators[]
|
|
|
|
|
= Node Tuning Operator
|
|
|
|
|
endif::operators[]
|
|
|
|
|
ifdef::perf[]
|
2018-11-16 15:43:57 -05:00
|
|
|
= About the Node Tuning Operator
|
2020-01-15 13:20:07 -05:00
|
|
|
endif::perf[]
|
|
|
|
|
ifdef::operators[]
|
|
|
|
|
[discrete]
|
|
|
|
|
== Purpose
|
|
|
|
|
endif::operators[]
|
2018-11-16 15:43:57 -05:00
|
|
|
The Node Tuning Operator helps you manage node-level tuning by orchestrating the
|
2020-07-22 12:33:57 +02:00
|
|
|
Tuned daemon. The majority of high-performance applications require some level
|
2020-01-15 13:20:07 -05:00
|
|
|
of kernel tuning. The Node Tuning Operator provides a unified management
|
|
|
|
|
interface to users of node-level sysctls and more flexibility to add custom
|
2020-07-22 12:33:57 +02:00
|
|
|
tuning specified by user needs. The Operator manages the containerized Tuned
|
2020-10-05 14:53:13 -04:00
|
|
|
daemon for {product-title} as a Kubernetes daemon set. It ensures the custom
|
2020-07-22 12:33:57 +02:00
|
|
|
tuning specification is passed to all containerized Tuned daemons running in the
|
2020-01-15 13:20:07 -05:00
|
|
|
cluster in the format that the daemons understand. The daemons run on all nodes
|
|
|
|
|
in the cluster, one per node.
|
2018-09-07 11:14:20 -04:00
|
|
|
|
2020-07-22 12:33:57 +02:00
|
|
|
Node-level settings applied by the containerized Tuned daemon are rolled back on
|
|
|
|
|
an event that triggers a profile change or when the containerized Tuned daemon
|
2020-01-15 13:20:07 -05:00
|
|
|
is terminated gracefully by receiving and handling a termination signal.
|
2019-08-06 08:43:40 +02:00
|
|
|
|
2018-11-16 15:43:57 -05:00
|
|
|
The Node Tuning Operator is part of a standard {product-title} installation in
|
2019-04-17 17:08:12 -04:00
|
|
|
version 4.1 and later.
|
2020-01-15 13:20:07 -05:00
|
|
|
ifdef::operators[]
|
|
|
|
|
[discrete]
|
|
|
|
|
== Project
|
|
|
|
|
|
|
|
|
|
link:https://github.com/openshift/cluster-node-tuning-operator[cluster-node-tuning-operator]
|
|
|
|
|
endif::operators[]
|