Skip to content

Commit 5e55c2b

Browse files
authored
this syntax has change (#166)
1 parent 574f070 commit 5e55c2b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_posts/2020-12-21-k3s-ha-install.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ sudo k3s kubectl create -f dashboard.admin-user.yml -f dashboard.admin-user-role
163163
get bearer token
164164

165165
```bash
166-
sudo k3s kubectl -n kubernetes-dashboard describe secret admin-user-token | grep ^token
166+
sudo k3s kubectl -n kubernetes-dashboard create token admin-user
167167
```
168168

169169
start dashboard locally

0 commit comments

Comments
 (0)