From e81d93760ec2ec31f5b63ee995ffee49e30bb54d Mon Sep 17 00:00:00 2001 From: Dean Roehrich Date: Wed, 10 Jul 2024 15:06:03 -0500 Subject: [PATCH] Update docs/guides/node-management/nvme-namespaces.md Co-authored-by: Blake Devcich <89158881+bdevcich@users.noreply.github.com> --- docs/guides/node-management/nvme-namespaces.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/guides/node-management/nvme-namespaces.md b/docs/guides/node-management/nvme-namespaces.md index 6f23b5f..ed35274 100644 --- a/docs/guides/node-management/nvme-namespaces.md +++ b/docs/guides/node-management/nvme-namespaces.md @@ -4,7 +4,7 @@ Find the total space available, and the total space used, on a Rabbit node using the Redfish API. One way to access the API is to use the `nnf-node-manager` pod on that node. -To view the space on node ee50, find its nnf-node-manager pod and then exec into it to query the Redfish API: +To view the space on node ee50, find its `nnf-node-manager` pod and then exec into it to query the Redfish API: ```console [richerso@ee1:~]$ kubectl get pods -A -o wide | grep ee50 | grep node-manager