Jenkins X 在命名空间中找不到系统保险库名称
Jenkins X could not find the system vault name in namespace
我正在尝试在我的 GKE 集群上的 jenkins x NG
中添加一个团队。但是,团队控制器无法设置团队并死于错误:
Unable to install jx for team A: configuring the git auth: creating the git auth config service: could not find the system vault name in namespace \"NAME_OF_NAMESPACE\"
虽然默认团队有一个正常工作的保险库。
team controller 暂不支持 GitOps 管理。
现在我会通过 jx install --namespace myotherteam --provider=gke ...
安装多个团队
我正在尝试在我的 GKE 集群上的 jenkins x NG
中添加一个团队。但是,团队控制器无法设置团队并死于错误:
Unable to install jx for team A: configuring the git auth: creating the git auth config service: could not find the system vault name in namespace \"NAME_OF_NAMESPACE\"
虽然默认团队有一个正常工作的保险库。
team controller 暂不支持 GitOps 管理。
现在我会通过 jx install --namespace myotherteam --provider=gke ...