From 039cddf9fbf2209e0cadb5da500d010e72fb78f0 Mon Sep 17 00:00:00 2001 From: Artem Kozlenkov <37898216+artemkozlenkov@users.noreply.github.com> Date: Mon, 27 Dec 2021 17:54:35 +0100 Subject: [PATCH] add the missing `-n consul` namespace to `k pf ..` --- website/content/docs/k8s/installation/install.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/content/docs/k8s/installation/install.mdx b/website/content/docs/k8s/installation/install.mdx index 71dd57ab9..09577c4e2 100644 --- a/website/content/docs/k8s/installation/install.mdx +++ b/website/content/docs/k8s/installation/install.mdx @@ -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 ... ```