首页
学习
活动
专区
圈层
工具
发布
社区首页 >问答首页 >入口-控制器部署失败

入口-控制器部署失败
EN

Stack Overflow用户
提问于 2020-03-25 14:50:19
回答 2查看 244关注 0票数 0

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

这是我执行的命令..。

头盔安装-命名nginx入口稳定/nginx入口-集rbac.create=true -集controller.publishService.enabled=true

它给了我以下的错误

代码语言:javascript
复制
                                                                                                         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

请您分享您的想法,以调试此问题,并修复。提前谢谢。

EN

回答 2

Stack Overflow用户

回答已采纳

发布于 2020-04-02 11:49:20

这是Helm2.16.4:https://github.com/helm/helm/issues/7797中的一个已知问题。

您可以将Helm升级到2.16.5以解决问题。

票数 1
EN

Stack Overflow用户

发布于 2020-04-02 09:31:58

有一个简单的解决办法:降级舵机和分蘖版本的

下面是如何做到这一点的步骤:降级舵柄

请记住,服务器和客户端上的舵机版本应该是相同的。

类似的问题:舵机-验证-失败验证-舵机-安装

有用的文档:gke入口

票数 1
EN
页面原文内容由Stack Overflow提供。腾讯云小微IT领域专用引擎提供翻译支持
原文链接:

https://stackoverflow.com/questions/60851290

复制
相关文章

相似问题

领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档