K8S kubelet logs報錯

1.error: You must be logged in to the server (the server has asked for the client to provide credentials ( pods/log nginx-7bb7cd8db5-v756s))

處理方法:

kubelet配置文件配置默認用戶權限如圖:

spacer.gif圖片.png


2.Error from server (Forbidden): Forbidden (user=system:anonymous, verb=get, resource=nodes, subresource=proxy) ( pods/log nginx-7bb7cd8db5-v756s)

處理方法:

anonymous用戶綁定一個cluster-admin的權限

kubectl create clusterrolebinding system:anonymous --clusterrole=cluster-admin --user=system:anonymous

spacer.gif圖片.png


發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章