k3s gitlab ci-cd与默认服务帐户的问题



我试图在k3s上部署一个简单的角应用程序已经安装了GitLab-runner有GitLab服务的角色作为集群管理员,它应该能够运行所有,但我不能让它部署:

rules:
- apiGroups:
- ""
resources:
- '*'
verbs:
- '*'

我还特意添加了动词"apps"——但没有任何变化

from server for: "deployment.yaml": deployments.apps "gitlab-master" is forbidden: User "system:serviceaccount:gitlab-managed-apps:default" cannot get resource "deployments" in API group "apps" in the namespace "gitlab-managed-apps"

到目前为止,唯一的解决方案是使用具有特权的SA作为Gitlab-admin…

相关内容

  • 没有找到相关文章

最新更新