volcano
volcano copied to clipboard
k8s cluster totally not work after helm uninstall volcano
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:
- Volcano Version: 0.1
- Kubernetes version (use
kubectl version
): 1.20 - Cloud provider or hardware configuration:
- OS (e.g. from /etc/os-release):
- Kernel (e.g.
uname -a
): - Install tools:
- Others:
#2079 #2102
it seems this problem does not resolved.
Yes, you have to clean webhook manually.
Hello 👋 Looks like there was no activity on this issue for last 90 days. Do you mind updating us on the status? Is this still reproducible or needed? If yes, just comment on this PR or push a commit. Thanks! 🤗 If there will be no activity for 60 days, this issue will be closed (we can always reopen an issue if we need!).
fix in https://github.com/volcano-sh/volcano/pull/2346 /close
@hwdef: Closing this issue.
In response to this:
fix in https://github.com/volcano-sh/volcano/pull/2346 /close
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.