From 5fd399d05d8a06e05946027fe27337cf642b6f39 Mon Sep 17 00:00:00 2001
From: anilcumulus <37850124+anilcumulus@users.noreply.github.com>
Date: Sun, 21 Dec 2025 11:29:36 -0800
Subject: [PATCH] Update Install-NIC-and-DPU-Agents.md
---
.../Install-NetQ/Install-NIC-and-DPU-Agents.md | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/content/cumulus-netq-50/Installation-Management/Install-NetQ/Install-NIC-and-DPU-Agents.md b/content/cumulus-netq-50/Installation-Management/Install-NetQ/Install-NIC-and-DPU-Agents.md
index 0986d61e4b..825f8e3e00 100644
--- a/content/cumulus-netq-50/Installation-Management/Install-NetQ/Install-NIC-and-DPU-Agents.md
+++ b/content/cumulus-netq-50/Installation-Management/Install-NetQ/Install-NIC-and-DPU-Agents.md
@@ -41,20 +41,20 @@ The Prometheus adapter pod in NetQ collects statistics from ConnectX adapters in
1. Log in to your NetQ VM via SSH.
-2. Edit the Prometheus ConfigMap with the `kubectl edit cm prometheus-config` command.
+2. Edit the Prometheus ConfigMap with the `kubectl edit cm prometheus-config -n netq-eth` command.
3. Edit the `scrape_interval` parameter.
-4. Retrieve the current pod name with the `kubectl get pods | grep netq-prom` command:
+4. Retrieve the current pod name with the `kubectl get pods -n netq-eth | grep netq-prom` command:
```
-nvidia@netq-server:~$ kubectl get pods | grep netq-prom
+nvidia@netq-server:~$ kubectl get pods -n netq-eth | grep netq-prom
netq-prom-adapter-ffd9b874d-hxhbz 2/2 Running 0 3h50m
```
5. Restart the pod by deleting the running pod:
```
-kubectl delete pod netq-prom-adapter-ffd9b874d-hxhbz
+kubectl delete pod netq-prom-adapter-ffd9b874d-hxhbz -n netq-eth
```
## Install DTS on DPUs
@@ -94,4 +94,4 @@ This step replaces the default configuration of `command: ["/bin/bash", "-c", "/
## Related Information
- {{}} and {{}}
-- {{}} and {{}}
\ No newline at end of file
+- {{}} and {{}}