We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 641e777 + f2bba01 commit fb06b27Copy full SHA for fb06b27
nfd/README.md
@@ -23,9 +23,13 @@ $ oc apply -f https://raw.githubusercontent.com/intel/intel-technology-enabling-
23
```
24
25
## Verification
26
+Use the following command to get the node name
27
+```
28
+$ oc get nodes
29
30
Use the command shown below to verify whether the nodes are labeled properly by NFD:
31
-$ oc describe node node_name | grep intel.feature.node.kubernetes.io
32
+$ oc describe node <node_name> | grep intel.feature.node.kubernetes.io
33
34
Example output:
35
0 commit comments