码迷,mamicode.com
首页 > Windows程序 > 详细

curl 访问api-server报403错误

时间:2020-01-09 01:22:45      阅读:163      评论:0      收藏:0      [点我收藏+]

标签: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

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!