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
2020-08-28 11:48:44 -04:00

47 lines
1.7 KiB
Plaintext

// Module included in the following assemblies:
//
// * scalability_and_performance/using-node-tuning-operator.adoc
// * operators/operator-reference.adoc
// * post_installation_configuration/node-tasks.adoc
ifeval::["{context}" == "red-hat-operators"]
:operators:
endif::[]
ifeval::["{context}" == "node-tuning-operator"]
:perf:
endif::[]
[id="about-node-tuning-operator_{context}"]
ifdef::operators[]
= Node Tuning Operator
endif::operators[]
ifdef::perf[]
= About the Node Tuning Operator
endif::perf[]
ifdef::operators[]
[discrete]
== Purpose
endif::operators[]
The Node Tuning Operator helps you manage node-level tuning by orchestrating the
Tuned daemon. The majority of high-performance applications require some level
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 DaemonSet. It ensures the custom
tuning specification is passed to all containerized Tuned daemons running in the
cluster in the format that the daemons understand. The daemons run on all nodes
in the cluster, one per node.
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
is terminated gracefully by receiving and handling a termination signal.
The Node Tuning Operator is part of a standard {product-title} installation in
version 4.1 and later.
ifdef::operators[]
[discrete]
== Project
link:https://github.com/openshift/cluster-node-tuning-operator[cluster-node-tuning-operator]
endif::operators[]