-
Notifications
You must be signed in to change notification settings - Fork 994
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
Deleting helm chart exits with error #35
Comments
IMO, this could be an issue of helm, beside this, the webhooks and crds are all not eliminated during helm delete operation, try this command below:
|
reopen this if we need considering deleting chart without purge option |
kevin-wangzefeng
pushed a commit
to kevin-wangzefeng/volcano
that referenced
this issue
Jun 28, 2019
Performance improvement
kevin-wangzefeng
pushed a commit
to kevin-wangzefeng/volcano
that referenced
this issue
Jun 28, 2019
Performance improvement
yolgun
added a commit
to yolgun/volcano
that referenced
this issue
Sep 16, 2022
chery picked commits from - volcano-sh#1984 - volcano-sh#1796 Co-authored-by: Yunus Olgun <yunuso@spotify.com>
yolgun
added a commit
to yolgun/volcano
that referenced
this issue
Oct 24, 2022
This reverts commit ef7ea7a
yolgun
added a commit
to yolgun/volcano
that referenced
this issue
Oct 24, 2022
* Revert "fix scheduler panic issue (volcano-sh#39)" This reverts commit 176de8f. * Revert "fix waitForFirstConsumer support (volcano-sh#35)" This reverts commit ef7ea7a Co-authored-by: Yunus Olgun <yunuso@spotify.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Is this a BUG REPORT or FEATURE REQUEST?:
What happened:
While deleting helm chart we get an error and all crds still exist.
because of which for deploying it next time we need to delete all crd's and then deploy again
What you expected to happen:
Delete helm chart should exit properly
The text was updated successfully, but these errors were encountered: