From 28bccfc139ffb5765619b7a9981d813821114c46 Mon Sep 17 00:00:00 2001 From: "huanqing.shao" Date: Wed, 22 Apr 2020 14:04:49 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=AD=A3=E4=B8=80=E4=B8=AA=E7=AC=A6?= =?UTF-8?q?=E5=8F=B7=E6=8B=BC=E5=86=99=E9=94=99=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- install/install-dashboard.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install/install-dashboard.md b/install/install-dashboard.md index b10196b..e3c2667 100644 --- a/install/install-dashboard.md +++ b/install/install-dashboard.md @@ -213,7 +213,7 @@ eyJhbGciOiJSUzI1NiIsImtpZCI6IiJ9.eyJpc3MiOiJrdWJlcm5ldGVzL3NlcnZpY2VhY2NvdW50Iiw ```bash # 如果您参考 www.kuboard.cn 提供的文档安装 Kuberenetes,可在第一个 Master 节点上执行此命令 -echo $(kubectl -n kube-system get secret $(kubectl -n kube-system get secret | grep kuboard-viewer | awk '{print $1}') -o go-template='{{.data.token}}' | base64 -d) +echo $(kubectl -n kube-system get secret $(kubectl -n kube-system get secret | grep kuboard-viewer | awk '{print $1}') -o go-template='{{.data.token}}' | base64 -d) ``` **输出**