1
0
mirror of https://github.com/openshift/openshift-docs.git synced 2026-02-06 15:46:57 +01:00
Files
openshift-docs/modules/node-tuning-operator.adoc

47 lines
1.7 KiB
Plaintext
Raw Normal View History

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
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
tuning specified by user needs. The Operator manages the containerized Tuned
daemon for {product-title} as a Kubernetes daemon set. It ensures the custom
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
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.
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[]