Skip to content

Commit e45fe73

Browse files
authored
Merge pull request #123212 from PixelRobots/patch-20
Update advanced-network-observability-cli.md
2 parents 70b021c + a605e6e commit e45fe73

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/aks/advanced-network-observability-cli.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -585,7 +585,7 @@ rm hubble-linux-${HUBBLE_ARCH}.tar.gz{,.sha256sum}
585585
1. Set up port forwarding for Hubble UI using the `kubectl port-forward` command.
586586
587587
```azurecli-interactive
588-
kubectl port-forward svc/hubble-ui 12000:80
588+
kubectl -n kube-system port-forward svc/hubble-ui 12000:80
589589
```
590590
591591
1. Access Hubble UI by entering `http://localhost:12000/` into your web browser.

0 commit comments

Comments
 (0)