From 24eb52a912c9e8528c15f46c6e310d4ee9a89c50 Mon Sep 17 00:00:00 2001 From: Chelsea Mafrica Date: Thu, 4 Aug 2022 18:27:44 -0700 Subject: [PATCH] docs: Fix missing code block in operator doc Add missing code block to section the the operator README. Signed-off-by: Chelsea Mafrica --- cmd/operator/README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/cmd/operator/README.md b/cmd/operator/README.md index 94da007f..7fee8097 100644 --- a/cmd/operator/README.md +++ b/cmd/operator/README.md @@ -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.