Skip to content

Commit

Permalink
Update kube-dashboard.md (#169)
Browse files Browse the repository at this point in the history
The latest update of kubernetes dashboard has introduced a change in how to install it. Details here: https://github.com/kubernetes/dashboard/releases/tag/v3.0.0-alpha0

Signed-off-by: matslovdahl <mats.lovdahl@gmail.com>
  • Loading branch information
matslovdahl authored Aug 25, 2023
1 parent fea40cf commit 782949f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/installation/kube-dashboard.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ This installation guide will help you to deploy and configure the [Kubernetes Da
```bash
GITHUB_URL=https://github.com/kubernetes/dashboard/releases
VERSION_KUBE_DASHBOARD=$(curl -w '%{url_effective}' -I -L -s -S ${GITHUB_URL}/latest -o /dev/null | sed -e 's|.*/||')
sudo k3s kubectl create -f https://raw.githubusercontent.com/kubernetes/dashboard/${VERSION_KUBE_DASHBOARD}/aio/deploy/recommended.yaml
sudo k3s kubectl apply -f https://raw.githubusercontent.com/kubernetes/dashboard/${VERSION_KUBE_DASHBOARD}/charts/kubernetes-dashboard.yaml
```

### Dashboard RBAC Configuration
Expand Down

0 comments on commit 782949f

Please sign in to comment.