mirror of
https://github.com/intel/intel-device-plugins-for-kubernetes.git
synced 2025-06-03 03:59:37 +00:00
docs: Fix missing code block in operator doc
Add missing code block to section the the operator README. Signed-off-by: Chelsea Mafrica <chelsea.e.mafrica@intel.com>
This commit is contained in:
parent
685ed6ecec
commit
24eb52a912
@ -28,10 +28,12 @@ $ kubectl apply -k https://github.com/intel/intel-device-plugins-for-kubernetes/
|
||||
```
|
||||
Make sure both NFD master and worker pods are running:
|
||||
|
||||
```
|
||||
$ kubectl get pods -n node-feature-discovery
|
||||
NAME READY STATUS RESTARTS AGE
|
||||
nfd-master-599c58dffc-9wql4 1/1 Running 0 25h
|
||||
nfd-worker-qqq4h 1/1 Running 0 25h
|
||||
```
|
||||
|
||||
Note that labelling is not performed immediately. Give NFD 1 minute to pick up the rules and label nodes.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user