Skip to content

Commit ad306a1

Browse files
authored
Merge pull request #200 from hershpa/update-kmm-label
kmmo: Update KMM label name used for verification
2 parents 27f48f0 + 85dc32f commit ad306a1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

kmmo/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,9 +53,9 @@ intel.feature.node.kubernetes.io/dgpu-canary: 'true'
5353

5454
# Verification
5555
To verify that the drivers have been loaded, follow the steps below:
56-
1. List the nodes labeled with `kmm.node.kubernetes.io/intel-dgpu.ready` using the command shown below:
56+
1. List the nodes labeled with `kmm.node.kubernetes.io/openshift-kmm.intel-dgpu.ready` using the command shown below:
5757
```
58-
$ oc get nodes -l kmm.node.kubernetes.io/intel-dgpu.ready
58+
$ oc get nodes -l kmm.node.kubernetes.io/openshift-kmm.intel-dgpu.ready
5959
```
6060
Example output:
6161
```

0 commit comments

Comments
 (0)