我在本地Mac OS docker安装上使用kubernetes。
我已按照instructions:
安装了仪表板uikubectl create -f https://raw.githubusercontent.com/kubernetes/dashboard/master/src/deploy/recommended/kubernetes-dashboard.yaml
kubectl proxy
当我尝试通过http://localhost:8001/ui访问ui时,我会收到提示提供kubeconfig文件或令牌的提示。
所以我尝试配置身份验证:dashboard docs引用authentication docs:
通过传递启用基本身份验证 API服务器的
--basic-auth-file=SOMEFILE
选项。 ...密码,用户,UID, “组1,组2,组3”
问题:
--basic-auth-file
传递给kubernetes?