【发布时间】:2021-05-20 14:48:07
【问题描述】:
在做helm install -f values.yaml xxx-xxx-Agent xxxx-repo/xxx-agent --namespace xxxxx-dev的时候
低于错误
'''
Error: rendered manifests contain a resource that already exists. Unable to continue with install: could not get information about the resource: secrets "azpsecretxxx" is forbidden: User "xxxxxxxxxxxx@xxxxx.com" cannot get resource "secrets" in API group "" in the namespace "xxxxxx-dev"
'''
PS:我可以访问我的命名空间。我搜索了各种论坛,但无法理解并登陆这里。我是 AKS 和 Helm 的新手。任何人都可以分享您的见解。提前致谢
【问题讨论】:
-
如果资源已经存在,你可以尝试 helm upgrade 。
-
欢迎您。你的问题(?)不清楚。请考虑阅读以下内容:stackoverflow.com/help/asking 以了解如何避免您的问题被关闭。
标签: yaml kubernetes-helm azure-aks azure-deployment azure-resource-group