Kubernetes Dashboard access using config file Not enough data to create auth info structure.

前端 未结 8 1553
暖寄归人
暖寄归人 2020-12-08 04:14

I am trying to access the kubernetes Dashboard using the config file. From the authentication when I select config file its giving ‘Not enough data to create auth info

相关标签:
8条回答
  • 2020-12-08 04:49

    If you want to get past dashboard's authentification prompt and then be able to do admin-things on the dashboard, I recommmend this: https://github.com/kubernetes/dashboard/wiki/Creating-sample-user.

    0 讨论(0)
  • 2020-12-08 04:52

    For me i realised i was following a slightly out of date tutorial for installing the dashboard (i was installing v1 of the dashboard, but v2 exists).

    • First go to the official source which will instruct you the correct most up to date version to install.
    • Then Create An Authentication Token (RBAC)

    Now you can use the token to login to the dashboard.

    0 讨论(0)
提交回复
热议问题