add the missing `-n consul` namespace to `k pf ..`
This commit is contained in:
parent
b36538962e
commit
039cddf9fb
|
@ -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
|
||||
...
|
||||
```
|
||||
|
||||
|
|
Loading…
Reference in New Issue