Skip to content

Commit 6bf82c1

Browse files
committed
kmmo: Update readme with known issue workaround
Update links to 4.14. Signed-off-by: Hersh Pathak hersh.pathak@intel.com
1 parent 27f48f0 commit 6bf82c1

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

kmmo/README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ Intel data center GPU driver container images are released from [Intel Data Cent
1818

1919
# Install KMM operator
2020
Follow the installation guide below to install the KMM operator via CLI or web console.
21-
- [Install from CLI](https://docs.openshift.com/container-platform/4.13/hardware_enablement/kmm-kernel-module-management.html#kmm-install-using-cli_kernel-module-management-operator)
22-
- [Install from web console](https://docs.openshift.com/container-platform/4.13/hardware_enablement/kmm-kernel-module-management.html#kmm-install-using-web-console_kernel-module-management-operator)
21+
- [Install from CLI](https://docs.openshift.com/container-platform/4.14/hardware_enablement/kmm-kernel-module-management.html#kmm-install-using-cli_kernel-module-management-operator)
22+
- [Install from web console](https://docs.openshift.com/container-platform/4.14/hardware_enablement/kmm-kernel-module-management.html#kmm-install-using-web-console_kernel-module-management-operator)
2323

2424
# Canary deployment with KMM
2525
Canary deployment is enabled by default to deploy the driver container image only on specific node(s) to ensure the initial deployment succeeds prior to rollout to all the eligible nodes in the cluster. This safety mechanism can reduce risk and prevent a deployment from adversely affecting the entire cluster.
@@ -42,6 +42,8 @@ $ oc label node <node_name> intel.feature.node.kubernetes.io/dgpu-canary=true
4242
```
4343

4444
3. Use pre-build mode to deploy the driver container.
45+
46+
Note: If the KMM Operator version < 2.0.2, please use the steps in the workaround section of [#194](https://github.com/intel/intel-technology-enabling-for-openshift/issues/194) to workaround this known issue before running below command.
4547
```
4648
$ oc apply -f https://raw.githubusercontent.com/intel/intel-technology-enabling-for-openshift/main/kmmo/intel-dgpu.yaml
4749
```

0 commit comments

Comments
 (0)