1
0
mirror of https://github.com/openshift/openshift-docs.git synced 2026-02-06 06:46:26 +01:00
Files
openshift-docs/modules/node-tuning-operator.adoc
Jiri Mencak 9c8e21f1d5 Changes in Node Tuning Operator 4.2 functionality.
- profile settings rollback on profile changes
- the default operator's CR being overwritten
- custom profiles are no longer a Technology Preview
- a complete example of using custom profiles
2019-08-07 16:42:31 +00:00

25 lines
1.2 KiB
Plaintext

// Module included in the following assemblies:
//
// * scalability_and_performance/using-node-tuning-operator.adoc
[id="about-node-tuning-operator_{context}"]
= About the Node Tuning Operator
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.