Merge pull request #1091 from cmaf/update-docs-sgx

docs: Fix missing code block in operator doc
This commit is contained in:
Mikko Ylinen 2022-08-08 13:51:56 +03:00 committed by GitHub
commit 91448d1187
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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.