我正在尝试在启用RBAC的GKE - K8S集群中部署入口控制器,但是我得到了以下错误。

这是我执行的命令..。
头盔安装-命名nginx入口稳定/nginx入口-集rbac.create=true -集controller.publishService.enabled=true
它给了我以下的错误
Error: validation failed: [serviceaccounts "nginx-ingress" not found, serviceaccounts "nginx-ingress-backend" not found, clusterroles.rbac.authorization.k8s.io "nginx-ingress" not found, clusterrolebindings.rbac.authorization.k8s.io "nginx-ingress" not found, roles.rbac.authorization.k8s.io "nginx-ingress" not found, rolebindings.rbac.authorization.k8s.io "nginx-ingress" not found, services "nginx-ingress-controller" not found, services "nginx-ingress-default-backend" not found, deployments.apps "nginx-ingress-controller" not found, deployments.apps "nginx-ingress-default-backend" not found]我正在遵循以下链接:https://cloud.google.com/community/tutorials/nginx-ingress-gke
请您分享您的想法,以调试此问题,并修复。提前谢谢。
发布于 2020-04-02 11:49:20
这是Helm2.16.4:https://github.com/helm/helm/issues/7797中的一个已知问题。
您可以将Helm升级到2.16.5以解决问题。
https://stackoverflow.com/questions/60851290
复制相似问题