From 543add46c53983bbdf079c932c1d4fe01120ce1d Mon Sep 17 00:00:00 2001 From: Nic de Sousa <15162654+nicdesousa@users.noreply.github.com> Date: Tue, 11 Feb 2020 23:46:52 +0200 Subject: [PATCH] kube-dashboard --- content/k3s/latest/en/installation/kube-dashboard/_index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/k3s/latest/en/installation/kube-dashboard/_index.md b/content/k3s/latest/en/installation/kube-dashboard/_index.md index 939e03ad055..ace9931b2e9 100644 --- a/content/k3s/latest/en/installation/kube-dashboard/_index.md +++ b/content/k3s/latest/en/installation/kube-dashboard/_index.md @@ -8,7 +8,7 @@ This installation guide will help you to deploy and configure the [Kubernetes Da ### Deploying the Kubernetes Dashboard ```bash -kubectl create -f https://raw.githubusercontent.com/kubernetes/dashboard/v2.0.0-rc5/aio/deploy/recommended.yaml +sudo k3s kubectl create -f https://raw.githubusercontent.com/kubernetes/dashboard/v2.0.0-rc5/aio/deploy/recommended.yaml ``` ### Dashboard RBAC Configuration