mirror of https://github.com/status-im/consul.git
add the missing `-n consul` namespace to `k pf ..`
This commit is contained in:
parent
e45ae6d17e
commit
06e547a5b6
|
@ -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:
|
If running with TLS enabled, the Consul UI will be accessible via https on port 8501:
|
||||||
|
|
||||||
```shell-session
|
```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