xavier chang
xavier chang
We should modify API repo first, and the behavior should be: preemptable filed of pg is nil or preemptable==true means pg can be preempted for compatibility.
@flyingfang
Hi, v1.9.0-alpha is a unstable version, please use v1.9.0 and try another time: )
/area colocation
/good-first-issue
1、volcano admission need generate secrets in a init job, and I will fire a pr to shrink permissions. 2、volcano controller's permissions of list/watch secrets have been removed in latest version....
> @Monokaix I tried to find all update/patch relate operation to `pods`. Maybe we only need the `patch` verb instead of `update` verb? > > https://github.com/volcano-sh/volcano/blob/fa0548f1e7ab7930e6ba91b97394106d56eb7278/pkg/scheduler/api/devices/nvidia/vgpu/utils.go#L437-L438 > > https://github.com/volcano-sh/volcano/blob/fa0548f1e7ab7930e6ba91b97394106d56eb7278/pkg/controllers/podgroup/pg_controller_handler.go#L105 >...
And volcano admission related permissions has been reduced in pr https://github.com/volcano-sh/volcano/pull/3504
@kaaass I think we can remove update verb in volcano controller, you can do that if you're available: )
> > After a deep insight, volcano scheduler called `UpdateStatus` method, which needs update verb role: ) > > @Monokaix Thank you for reply : ) > > `UpdateStatus` only...