Skip to content

Commit 27b2049

Browse files
authored
Merge pull request #97453 from MostefaKamalLala/patch-1
Added missing flag in command
2 parents 1a858ad + 82f2054 commit 27b2049

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/aks/use-network-policies.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -261,7 +261,7 @@ kubectl run -it client -n demo --image=k8s.gcr.io/e2e-test-images/agnhost:2.33 -
261261

262262
Now, in a separate window, run the following command to get the server IP:
263263
```console
264-
kubectl get pod --output=wide
264+
kubectl get pod --output=wide -n demo
265265
```
266266
The output should look like:
267267

0 commit comments

Comments
 (0)