Update install.mdx

add port-forwad missing namespace flag
This commit is contained in:
Artem Kozlenkov 2021-12-27 17:50:49 +01:00 committed by GitHub
parent c2342a343b
commit b36538962e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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:
```shell-session
$ kubectl port-forward service/consul-server 8500:8500
$ kubectl port-forward service/consul-server -n consul 8500:8500
...
```