add the missing `-n consul` namespace to `k pf ..`

This commit is contained in:
Artem Kozlenkov 2021-12-27 17:54:35 +01:00 committed by GitHub
parent b36538962e
commit 039cddf9fb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -202,7 +202,7 @@ Once the port is forwarded navigate to [http://localhost:8500](http://localhost:
If running with TLS enabled, the Consul UI will be accessible via https on port 8501:
```shell-session
$ kubectl port-forward service/consul-server 8501:8501
$ kubectl port-forward service/consul-server -n consul 8501:8501
...
```