Skip to content

Commit 05b0a82

Browse files
authored
Merge pull request #89235 from abhatt-rh/ocpb-38094
OCPBUGS#38094: Correcting the image name for cluster node tuning operator
2 parents 6dc007c + 67bae9e commit 05b0a82

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/cnf-configuring-power-saving-for-nodes.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ The feature is supported on Intel Ice Lake and later generations of Intel CPUs.
2424
[source,terminal,subs="attributes+"]
2525
----
2626
$ podman run --entrypoint performance-profile-creator -v \
27-
/must-gather:/must-gather:z registry.redhat.io/openshift4/ose-cluster-node-tuning-operator:v{product-version} \
27+
/must-gather:/must-gather:z registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator:v{product-version} \
2828
--mcp-name=worker-cnf --reserved-cpu-count=20 --rt-kernel=true \
2929
--split-reserved-cpus-across-numa=false --topology-manager-policy=single-numa-node \
3030
--must-gather-dir-path /must-gather --power-consumption-mode=low-latency \ <1>

0 commit comments

Comments
 (0)