-
Notifications
You must be signed in to change notification settings - Fork 972
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
k8s cluster totally not work after helm uninstall volcano #2191
Comments
Yes, you have to clean webhook manually. |
Hello 👋 Looks like there was no activity on this issue for last 90 days. |
fix in #2346 |
@hwdef: Closing this issue. In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
What happened:
k8s cluster totally not work after helm uninstall volcano
when helm install any other charts, then error occurs.
kubectl get events -w -n volcano
Error creating: Internal error occurred: failed calling webhook "mutatepod.volcano.sh": Post "https://volcano-admission-service.volcano.svc:443/pods/mutate?timeout=10s": service "volcano-admission-service" not found
What you expected to happen:
k8s cluster should work as before.
How to reproduce it (as minimally and precisely as possible):
(helm version: 1.5.1)
helm upgrade --install volcano ./volcano -f custom.yaml --namespace volcano
helm uninstall volcano -n volcano
Anything else we need to know?:
Environment:
kubectl version
): 1.20uname -a
):The text was updated successfully, but these errors were encountered: