Skip to content

Commit 4976c58

Browse files
committed
update refs in Telco related modules for 411 to 412 or product-version
1 parent b3e628f commit 4976c58

13 files changed

+23
-23
lines changed

modules/about-must-gather.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,9 @@ Alternatively, you can collect specific information by running the command with
2525
+
2626
For example:
2727
+
28-
[source,terminal]
28+
[source,terminal,subs="attributes+"]
2929
----
30-
$ oc adm must-gather --image=registry.redhat.io/container-native-virtualization/cnv-must-gather-rhel8:v4.11.0
30+
$ oc adm must-gather --image=registry.redhat.io/container-native-virtualization/cnv-must-gather-rhel8:v{product-version}.0
3131
----
3232
3333
* To collect the audit logs, use the `-- /usr/bin/gather_audit_logs` argument, as described in a following section.

modules/cnf-collecting-low-latency-tuning-debugging-data-for-red-hat-support.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ To collect debugging information with `must-gather`, you must specify the Perfor
4545

4646
[NOTE]
4747
====
48-
In earlier versions of {product-title}, the Performance Addon Operator provided automatic, low latency performance tuning for applications. In {product-title} 4.11, these functions are part of the Node Tuning Operator. However, you must still use the `performance-addon-operator-must-gather` image when running the `must-gather` command.
48+
In earlier versions of {product-title}, the Performance Addon Operator provided automatic, low latency performance tuning for applications. In {product-title} 4.11 and later, this functionality is part of the Node Tuning Operator. However, you must still use the `performance-addon-operator-must-gather` image when running the `must-gather` command.
4949
====
5050

5151
[id="cnf-about-gathering-data_{context}"]

modules/cnf-configure_for_irq_dynamic_load_balancing.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ When you configure reserved and isolated CPUs, the infra containers in pods use
3232

3333
. Create the pod that uses exclusive CPUs, and set `irq-load-balancing.crio.io` and `cpu-quota.crio.io` annotations to `disable`. For example:
3434
+
35-
[source,yaml]
35+
[source,yaml,subs="attributes+"]
3636
----
3737
apiVersion: v1
3838
kind: Pod
@@ -44,7 +44,7 @@ metadata:
4444
spec:
4545
containers:
4646
- name: dynamic-irq-pod
47-
image: "registry.redhat.io/openshift4/cnf-tests-rhel8:v4.11"
47+
image: "registry.redhat.io/openshift4/cnf-tests-rhel8:v4.{product-version}"
4848
command: ["sleep", "10h"]
4949
resources:
5050
requests:

modules/cnf-gathering-data-about-cluster-using-must-gather.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ The Performance Profile Creator (PPC) tool requires `must-gather` data. As a clu
1010

1111
[NOTE]
1212
====
13-
In earlier versions of {product-title}, the Performance Addon Operator provided automatic, low latency performance tuning for applications. In {product-title} 4.11, these functions are part of the Node Tuning Operator. However, you must still use the `performance-addon-operator-must-gather` image when running the `must-gather` command.
13+
In earlier versions of {product-title}, the Performance Addon Operator provided automatic, low latency performance tuning for applications. In {product-title} 4.11 and later, this functionality is part of the Node Tuning Operator. However, you must still use the `performance-addon-operator-must-gather` image when running the `must-gather` command.
1414
====
1515

1616
.Prerequisites

modules/cnf-reducing-netqueues-using-nto.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,5 @@ Too many queues are created by default for each CPU and these do not fit into th
1515

1616
[NOTE]
1717
====
18-
In earlier versions of {product-title}, the Performance Addon Operator provided automatic, low latency performance tuning for applications. In {product-title} 4.11, these functions are part of the Node Tuning Operator.
18+
In earlier versions of {product-title}, the Performance Addon Operator provided automatic, low latency performance tuning for applications. In {product-title} 4.11 and later, this functionality is part of the Node Tuning Operator.
1919
====

modules/eco-node-maintenance-operator-installation-cli.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ $ oc create -f node-maintenance-operator-group.yaml
5858
. Create a `Subscription` CR:
5959
.. Define the `Subscription` CR and save the YAML file, for example, `node-maintenance-subscription.yaml`:
6060
+
61-
[source,yaml]
61+
[source,yaml,subs="attributes+"]
6262
----
6363
apiVersion: operators.coreos.com/v1alpha1
6464
kind: Subscription
@@ -71,7 +71,7 @@ spec:
7171
name: node-maintenance-operator
7272
source: redhat-operators
7373
sourceNamespace: openshift-marketplace
74-
StartingCSV: node-maintenance-operator.v4.11.0
74+
StartingCSV: node-maintenance-operator.v{product-version}.0
7575
----
7676
+
7777
<1> Specify the `Namespace` where you want to install the Node Maintenance Operator.

modules/gathering-data-specific-features.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ endif::openshift-dedicated[]
6363
|`registry.redhat.io/workload-availability/self-node-remediation-must-gather-rhel8:v0.4.0`
6464
|Data collection for the Self Node Remediation Operator and the Node Health Check Operator.
6565

66-
|`registry.redhat.io/workload-availability/node-maintenance-must-gather-rhel8:v4.11.0`
66+
|`registry.redhat.io/workload-availability/node-maintenance-must-gather-rhel8:v{product-version}.0`
6767
|Data collection for the Node Maintenance Operator.
6868
|===
6969

modules/node-tuning-operator.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ The Operator manages the containerized TuneD daemon for {product-title} as a Kub
2929

3030
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.
3131

32-
The Node Tuning Operator uses the Performance Profile controller to implement automatic tuning to achieve low latency performance for {product-title} applications. The cluster administrator configures a performance profile to define node-level settings such as the following:
32+
The Node Tuning Operator uses the Performance Profile controller to implement automatic tuning to achieve low latency performance for {product-title} applications. The cluster administrator configures a performance profile to define node-level settings such as the following:
3333

3434
* Updating the kernel to kernel-rt.
3535
* Choosing CPUs for housekeeping.
@@ -39,7 +39,7 @@ The Node Tuning Operator is part of a standard {product-title} installation in v
3939

4040
[NOTE]
4141
====
42-
In earlier versions of {product-title}, the Performance Addon Operator was used to implement automatic tuning to achieve low latency performance for OpenShift applications. In {product-title} 4.11, these functions are part of the Node Tuning Operator.
42+
In earlier versions of {product-title}, the Performance Addon Operator was used to implement automatic tuning to achieve low latency performance for OpenShift applications. In {product-title} 4.11 and later, this functionality is part of the Node Tuning Operator.
4343
====
4444

4545
ifdef::operators[]

modules/nw-metalLB-monitor-upgrading.adoc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@ $ oc get csv
3434
[source,terminal]
3535
----
3636
VERSION REPLACES PHASE
37-
4.11.0 metallb-operator.4.10-nnnnnnnnnnnn Installing
38-
4.10.0 Replacing
37+
4.12.0 metallb-operator.4.11-nnnnnnnnnnnn Installing
38+
4.11.0 Replacing
3939
----
4040

4141
. Run `get csv` again to verify the output:
@@ -49,5 +49,5 @@ $ oc get csv
4949
[source,terminal]
5050
----
5151
NAME DISPLAY VERSION REPLACES PHASE
52-
metallb-operator.4.11-nnnnnnnnnnnn MetalLB 4.11.0 metallb-operator.v4.10.0 Succeeded
52+
metallb-operator.4.12-nnnnnnnnnnnn MetalLB 4.12.0 metallb-operator.v4.11.0 Succeeded
5353
----

modules/nw-ptp-installing-operator-cli.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,5 +99,5 @@ $ oc get csv -n openshift-ptp -o custom-columns=Name:.metadata.name,Phase:.statu
9999
[source,terminal]
100100
----
101101
Name Phase
102-
4.11.0-202201261535 Succeeded
102+
4.12.0-202301261535 Succeeded
103103
----

0 commit comments

Comments
 (0)