-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
serviceaccounts "my-release-spark-operator" already exists #1359
Comments
Second this issue. Major road blocker for short-lived deployments. I also tried Would love to know any workaround. Cuz currently even if I manually delete everything under my namespace, including the service account, helm still complains about the issue shown above when I try to An unmutable / non-upgradable deployment is by all means should be avoided. I think this issue should be addressed somehow. |
Looks like those command need to exec.
|
I think |
Thx, I have found out the same yesterday. |
Maybe you can make a PR to fix it. |
Thx, I have opened the PR here #1384. |
@swartz-k @TiansuYu @liyinan926, I found this as well, but there is no issue in the tags/v1beta2-1.2.2-3.0.0, i.e.
Why? I mean, could we remove them when uninstallation rather than creation, just like previous tag versions? |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
This issue has been automatically closed because it has not had recent activity. Please comment "/reopen" to reopen it. |
I reinstall operator, the error happen. Before that happened , I use helm uninstall spark-operator/spark-operator.
the command is :
helm install my-release spark-operator/spark-operator --namespace spark-operator --set enableBatchScheduler=true --set enableWebhook=true
the error message is:
Error: failed pre-install: warning: Hook pre-install spark-operator/templates/serviceaccount.yaml failed: serviceaccounts "my-release-spark-operator" already exists
The text was updated successfully, but these errors were encountered: