Skip to content

Commit 82f2054

Browse files
Added missing flag in command
1 parent 6d507ee commit 82f2054

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
@@ -232,7 +232,7 @@ kubectl run -it client -n demo --image=k8s.gcr.io/e2e-test-images/agnhost:2.33 -
232232

233233
Now, in a separate window, run the following command to get the server IP:
234234
```console
235-
kubectl get pod --output=wide
235+
kubectl get pod --output=wide -n demo
236236
```
237237
The output should look like:
238238

0 commit comments

Comments
 (0)