-
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
Add doc to note how to cleanup Volcano
completely
#2079
Comments
For some reason I still see some events like:
Even after deletion of volcano and |
Here are some improvements I need about webhook:
|
agree with you... For the first you mention: maybe the cert generate is difficult to generate in yaml. i understand why we use job generate now, it easy for user to install, but not considered how graceful clean them , my suggestion is make a separated job task to them as the installation does... For the second, i think the it maybe influence the whole design because of pod resource's usage caculation i think ..not a very simple problem....(i'm not very very familiar with it now...) All in all, it's the volcano HA can avoid this....... |
I think the simplest solution for now is to add a delete hook(Job) to delete these webhooks individually :) |
We should exclude pods of kube-system and volcano-system |
For future users with this issue, I resolved it with: kubectl delete validatingwebhookconfigurations volcano-admission-service-pods-validate volcano-admission-service-jobs-validate volcano-admission-service-queues-validate
kubectl delete mutatingwebhookconfigurations volcano-admission-service-podgroups-mutate volcano-admission-service-jobs-mutate volcano-admission-service-pods-mutate volcano-admission-service-queues-mutate |
I have deleted validatingwebhookconfigurations and mutatingwebhookconfigurations as you mentioned, but when i run "kubectl apply -f mpi-example.yaml", it only outputs "job.batch.volcano.sh/lm-mpi-job configured", run "kubectl get pod", it outputs "No resources found in default namespace". How to solve this problem? |
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 would you like to be added:
Add doc to note how to cleanup
Volcano
completelyWhy is this needed:
Use apply and delete reinstall volcano, we still need to cleanup
validatingwebhookconfigurations
andmutatingwebhookconfigurations
, then re-apply:#2102 (comment): Supplyment: volcano-admission-init will create a secret which cannot be cleaned thoroughly.
The text was updated successfully, but these errors were encountered: