curl 访问api-server报403错误

2021-01-18 22:11

阅读:735

标签:OLE   use   view   erro   admin   使用   creat   info   system   

使用curl请求api-server接口时出现下图的错误

技术图片

临时方案:
kubectl create clusterrolebinding system:anonymous --clusterrole=cluster-admin --user=system:anonymous

最终方案:(只给view权限就可以了)
kubectl create clusterrolebinding system:anonymous --clusterrole=view --user=system:anonymous

参考地址:
http://docs.kubernetes.org.cn/494.html

curl 访问api-server报403错误

标签:OLE   use   view   erro   admin   使用   creat   info   system   

原文地址:https://blog.51cto.com/3138583/2465271


评论


亲,登录后才可以留言!