简体   繁体   English

掌舵在 kubernetes 上安装 nuclio

[英]helm install nuclio on kubernetes

I'm trying to install nuclio on k8s cluster but still have this error:我正在尝试在 k8s 集群上安装 nuclio,但仍然出现此错误:

**rendered manifests contain a resource that already exists. Unable to continue with install: CustomResourceDefinition "nuclioapigateways.nuclio.io" in namespace "" exists and cannot be imported into the current release: invalid ownership metadata; annotation validation error: key "meta.helm.sh/release-namespace" must equal "spark": current value is "argocd"** 

Any help please?请问有什么帮助吗?

Thanks in advance提前致谢

You can't install the same thing from two different Helm apps.您不能从两个不同的 Helm 应用程序安装相同的东西。 You have previously installed this chart and didn't fully clean it up (or it's just actually in use by someone else).您之前已经安装了这个图表并且没有完全清理它(或者它只是被其他人实际使用)。 You can manually delete the CRD via kubectl delete crd but of course you should be very certain it's safe to do that first.您可以通过kubectl delete crd手动删除 CRD,但当然您应该非常确定首先这样做是安全的。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM