xavier chang
xavier chang
How about just break the task loop?
@archlitchi Is this already supported?
/good-first-issue
/assign @fengruotj
Assigned, you can also comment /assign to assign yourself.
Actually it's not a bug. You should check whether webhook is running and check connection between kube-apiserver and webhook pod.
> > Actually it's not a bug. You should check whether webhook is running and check connection between kube-apiserver and webhook pod. > > I checked that volcano-admission is running...
kube-apiserver use mutatingwebhookconfiguration/validatingwebhookconfiguration to accsee the admission server, and the configuration has already included the CA bundle generated by volcano: )
The doc you mentioned has some problem currently, you can see https://github.com/volcano-sh/volcano/blob/master/docs/design/multi-volcano-schedulers.md if you want to use multi schedulers: )