mirror of
https://github.com/rancher/rancher-docs.git
synced 2026-09-25 12:38:05 +00:00
Merge pull request #3170 from joakimr-axis/joakimr_quotefix
Add missing quotes in k3s kube-dashboard install instruction
This commit is contained in:
@@ -53,7 +53,7 @@ sudo k3s kubectl create -f dashboard.admin-user.yml -f dashboard.admin-user-role
|
||||
### Obtain the Bearer Token
|
||||
|
||||
```bash
|
||||
sudo k3s kubectl -n kubernetes-dashboard describe secret admin-user-token | grep ^token
|
||||
sudo k3s kubectl -n kubernetes-dashboard describe secret admin-user-token | grep '^token'
|
||||
```
|
||||
|
||||
### Local Access to the Dashboard
|
||||
|
||||
Reference in New Issue
Block a user