Skip to content

Commit fcabfae

Browse files
authored
Merge pull request #13680 from jmencak/nto-fixes
Fixes for the Node Tuning Operator in 4.0.
2 parents f4f707d + 07c256e commit fcabfae

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

modules/accessing-an-example-cluster-node-tuning-operator-specification.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,5 @@ Use this process to access an example Node Tuning Operator specification.
1212
. Run:
1313
+
1414
----
15-
$ oc get Tuned/default -o yaml
15+
$ oc get Tuned/default -o yaml -n openshift-cluster-node-tuning-operator
1616
----

modules/custom-tuning-specification.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ operator's namespace. The existence of new CRs or the deletion of old CRs is
2929
detected by the Operator. All existing custom tuning specifications are merged
3030
and appropriate objects for the containerized tuned daemons are updated.
3131

32-
*profile: data*
32+
*Profile data*
3333

3434
The `profile:` section lists tuned profiles and their names.
3535

@@ -58,7 +58,7 @@ profile:
5858

5959
*Recommended profiles*
6060

61-
The `profile:` selection logic is defined by the `recommend` section of the CR:
61+
The `profile:` selection logic is defined by the `recommend:` section of the CR:
6262

6363
----
6464
recommend:

modules/node-tuning-operator.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@
66
= About the Node Tuning Operator
77

88
The Node Tuning Operator helps you manage node-level tuning by orchestrating the
9-
tuned daemon.The majority of high-performance applications require some level of
9+
tuned daemon. The majority of high-performance applications require some level of
1010
kernel tuning. The Node Tuning Operator provides a unified management interface
1111
to users of node-level sysctls and more flexibility to add custom tuning, which
12-
is currently a Technology Preview feature, specified by user needs.The Operator
12+
is currently a Technology Preview feature, specified by user needs. The Operator
1313
manages the containerized tuned daemon for {product-title} as a Kubernetes
1414
DaemonSet. It ensures the custom tuning specification is passed to all
1515
containerized tuned daemons running in the cluster in the format that the

0 commit comments

Comments
 (0)