mirror of
https://github.com/status-im/consul.git
synced 2025-02-02 17:03:31 +00:00
Update install.mdx
add port-forwad missing namespace flag
This commit is contained in:
parent
32a2cf4646
commit
e45ae6d17e
@ -191,7 +191,7 @@ use `kubectl port-forward` to visit the UI.
|
|||||||
If running with TLS disabled, the Consul UI will be accessible via http on port 8500:
|
If running with TLS disabled, the Consul UI will be accessible via http on port 8500:
|
||||||
|
|
||||||
```shell-session
|
```shell-session
|
||||||
$ kubectl port-forward service/consul-server 8500:8500
|
$ kubectl port-forward service/consul-server -n consul 8500:8500
|
||||||
...
|
...
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user