Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

can not create operator by helm #1093

Closed
majorinche opened this issue Dec 2, 2020 · 2 comments
Closed

can not create operator by helm #1093

majorinche opened this issue Dec 2, 2020 · 2 comments

Comments

@majorinche
Copy link

[root@d0404 ~]# kubectl create ns spark-operator
namespace/spark-operator created
[root@d0404 ~]# helm install my-spark chartmuseum/sparkoperator --version 0.8.6
WARNING: This chart is deprecated
Error: rendered manifests contain a resource that already exists. Unable to continue with install: existing resource conflict: namespace: , name: sparkapplications.sparkoperator.k8s.io, existing_kind: apiextensions.k8s.io/v1beta1, Kind=CustomResourceDefinition, new_kind: apiextensions.k8s.io/v1beta1, Kind=CustomResourceDefinition

what does this error refers to?

@jgardner04
Copy link
Contributor

Similar to #1087

Helm has moved away from the Helm 2 model of a central repo for charts. Work is being done in this repo to migrate to Helm 3 and get this deployment working again.

@liyinan926
Copy link
Collaborator

The migration has been completed. Please see #1021 for more details.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants