Skip to content

Commit 76917ae

Browse files
authored
Merge pull request #66352 from sheriff-rh/OCPBUGS-21804
2 parents 03ca388 + c31c588 commit 76917ae

4 files changed

+6
-6
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
@@ -15,7 +15,7 @@ Use this process to access an example Node Tuning Operator specification.
1515
+
1616
[source,terminal]
1717
----
18-
$ oc get Tuned/default -o yaml -n openshift-cluster-node-tuning-operator
18+
oc get tuned.tuned.openshift.io/default -o yaml -n openshift-cluster-node-tuning-operator
1919
----
2020

2121
The default CR is meant for delivering standard node-level tuning for the {product-title} platform and it can only be modified to set the Operator Management state. Any other custom changes to the default CR will be overwritten by the Operator. For custom tuning, create your own Tuned CRs. Newly created CRs will be combined with the default CR and custom tuning applied to {product-title} nodes based on node or pod labels and profile priorities.

modules/advanced-node-tuning-hosted-cluster.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ After the nodes are available, the containerized TuneD daemon calculates the req
111111
+
112112
[source,terminal]
113113
----
114-
$ oc --kubeconfig="$HC_KUBECONFIG" get Tuneds -n openshift-cluster-node-tuning-operator
114+
$ oc --kubeconfig="$HC_KUBECONFIG" get tuned.tuned.openshift.io -n openshift-cluster-node-tuning-operator
115115
----
116116
+
117117
.Example output
@@ -127,7 +127,7 @@ rendered 123m
127127
+
128128
[source,terminal]
129129
----
130-
$ oc --kubeconfig="$HC_KUBECONFIG" get Profiles -n openshift-cluster-node-tuning-operator
130+
$ oc --kubeconfig="$HC_KUBECONFIG" get profile.tuned.openshift.io -n openshift-cluster-node-tuning-operator
131131
----
132132
+
133133
.Example output

modules/cluster-node-tuning-operator-verify-profiles.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Verify the TuneD profiles that are applied to your cluster node.
99

1010
[source,terminal]
1111
----
12-
$ oc get profile -n openshift-cluster-node-tuning-operator
12+
$ oc get profile.tuned.openshift.io -n openshift-cluster-node-tuning-operator
1313
----
1414

1515
.Example output

modules/node-tuning-hosted-cluster.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ Now that you have created the `ConfigMap` object that contains a `Tuned` manifes
8989
+
9090
[source,terminal]
9191
----
92-
$ oc --kubeconfig="$HC_KUBECONFIG" get Tuneds -n openshift-cluster-node-tuning-operator
92+
$ oc --kubeconfig="$HC_KUBECONFIG" get tuned.tuned.openshift.io -n openshift-cluster-node-tuning-operator
9393
----
9494
+
9595
.Example output
@@ -105,7 +105,7 @@ tuned-1 65s
105105
+
106106
[source,terminal]
107107
----
108-
$ oc --kubeconfig="$HC_KUBECONFIG" get Profiles -n openshift-cluster-node-tuning-operator
108+
$ oc --kubeconfig="$HC_KUBECONFIG" get profile.tuned.openshift.io -n openshift-cluster-node-tuning-operator
109109
----
110110
+
111111
.Example output

0 commit comments

Comments
 (0)