Skip to content

Commit 67eefd0

Browse files
authored
Merge pull request #75299 from StephenJamesSmith/TELCODOCS-1822
TELCODOCS-1822: Use Cases - module.name not module-name
2 parents 6409f00 + 75fc949 commit 67eefd0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

modules/kmm-customizing-upgrades-for-kernel-modules.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,12 @@
88

99
Use this procedure to upgrade the kernel module while running maintenance operations on the node, including rebooting the node, if needed. To minimize the impact on the workloads running in the cluster, run the kernel upgrade process sequentially, one node at a time.
1010

11+
1112
[NOTE]
1213
====
1314
This procedure requires knowledge of the workload utilizing the kernel module and must be managed by the cluster administrator.
1415
====
1516

16-
1717
.Prerequisites
1818

1919
* Before upgrading, set the `kmm.node.kubernetes.io/version-module.<module_namespace>.<module_name>=$moduleVersion` label on all the nodes that are used by the kernel module.
@@ -46,7 +46,7 @@ $ oc label node/<node_name> kmm.node.kubernetes.io/version-module.<module_namesp
4646

4747
. If required, as the cluster administrator, perform any additional maintenance required on the node for the kernel module upgrade.
4848
+
49-
If no additional upgrading is needed, you can skip Steps 3 through 6 by updating the `kmm.node.kubernetes.io/version-module.<module-namespace>.<module-name>` label value to the new `$moduleVersion` as set in the `Module`.
49+
If no additional upgrading is needed, you can skip Steps 3 through 6 by updating the `kmm.node.kubernetes.io/version-module.<module_namespace>.<module_name>` label value to the new `$moduleVersion` as set in the `Module`.
5050

5151
. Run the following command to add the `kmm.node.kubernetes.io/version-module.<module_namespace>.<module_name>=$moduleVersion` label to the node. The `$moduleVersion` must be equal to the new value of the `version` field in the `Module` CR.
5252
+

0 commit comments

Comments
 (0)