Skip to content

Commit

Permalink
Merge pull request kubernetes#47769 from nkoechling/patch-1
Browse files Browse the repository at this point in the history
Update web-ui-dashboard.md: Adopted port-forward from official helm chart
  • Loading branch information
k8s-ci-robot authored Jan 6, 2025
2 parents f626bad + 21644e1 commit 620a5db
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -65,12 +65,12 @@ You can enable access to the Dashboard using the `kubectl` command-line tool,
by running the following command:

```
kubectl proxy
kubectl -n kubernetes-dashboard port-forward svc/kubernetes-dashboard-kong-proxy 8443:443
```

Kubectl will make Dashboard available at [http://localhost:8001/api/v1/namespaces/kubernetes-dashboard/services/https:kubernetes-dashboard:/proxy/](http://localhost:8001/api/v1/namespaces/kubernetes-dashboard/services/https:kubernetes-dashboard:/proxy/).
Kubectl will make Dashboard available at [https://localhost:8443](https://localhost:8443).

The UI can _only_ be accessed from the machine where the command is executed. See `kubectl proxy --help` for more options.
The UI can _only_ be accessed from the machine where the command is executed. See `kubectl port-forward --help` for more options.

{{< note >}}
The kubeconfig authentication method does **not** support external identity providers
Expand Down

0 comments on commit 620a5db

Please sign in to comment.