【发布时间】:2018-06-27 16:02:21
【问题描述】:
从 Kubernetes v1.6 开始,RBAC 授权功能默认启用。这意味着我为 v1.5 进行的部署/配置不再有效。
我需要授予访问权限的关键组件之一是 nginx,否则日志中会显示类似以下的消息
F0425 15:08:07.246596 1 main.go:116] no service with name kube-system/default-http-backend found: the server does not allow access to the requested resource (get services default-http-backend)
【问题讨论】:
标签: nginx kubernetes rbac