From 9910a170c7ad84a756d4baab8ce17301710ec2fa Mon Sep 17 00:00:00 2001 From: Nic de Sousa <15162654+nicdesousa@users.noreply.github.com> Date: Tue, 11 Feb 2020 06:43:33 +0200 Subject: [PATCH] Update _index.md Cleanup --- content/k3s/latest/en/quick-start/dashboard/_index.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/content/k3s/latest/en/quick-start/dashboard/_index.md b/content/k3s/latest/en/quick-start/dashboard/_index.md index 32f26d312f9..457f55f625f 100644 --- a/content/k3s/latest/en/quick-start/dashboard/_index.md +++ b/content/k3s/latest/en/quick-start/dashboard/_index.md @@ -11,7 +11,7 @@ This quick-start guide will help you to deploy and configure the [Kubernetes Das kubectl create -f https://raw.githubusercontent.com/kubernetes/dashboard/v2.0.0-rc5/aio/deploy/recommended.yaml ``` -### Dashboard admin-user RBAC Configuration +### Dashboard RBAC Configuration > **Important:** Granting admin privileges to the Dashboard's Service Account might be a security risk! The admin-user created in this guide will have administrative privileges and is for educational purposes only. @@ -56,7 +56,7 @@ kubectl -n kube-system describe secret admin-user-token | grep ^token ### Local Access to the Dashboard -Local proxy configuration: +To access the Dashboard you must create a secure channel to your K3s cluster: ```bash kubectl proxy @@ -69,7 +69,7 @@ The Dashboard is now accessible at: #### Advanced: Remote Access to the Dashboard -[Port Forwarding](https://kubernetes.io/docs/tasks/access-application-cluster/port-forward-access-application-cluster/) can be used to Access Applications in a Cluster. +Please see: Using [Port Forwarding](https://kubernetes.io/docs/tasks/access-application-cluster/port-forward-access-application-cluster/) to Access Applications in a Cluster. ### Upgrading the Dashboard