config APPLY指令增加token显示
Closed this issue · 0 comments
fanux commented
安装完就把token显示出来,方便用户界面上使用
config APPLY指令后面增加下面命令:
kubectl get secret -nkubernetes-dashboard $(kubectl get secret -n kubernetes-dashboard|grep dashboard-token |awk '{print $1}') -o jsonpath='{.data.token}' | base64 --decode