Kubernetes Dashboard报错:Internal error (500): Not enough data to create auth info structure.
1. 报错信息
Internal error (500): Not enough data to create auth info structure.
2. 解决方法
2.1 原因
config文件中没有token.
获取Token
kubectl describe -n kube-system secrets admin-user |grep token:
2.2 解决
发布者:admin,转转请注明出处:http://www.yc00.com/web/1755047787a5232974.html
评论列表(0条)