LX

Results 383 comments of LX

Please try delayed start master. https://github.com/volcano-sh/volcano/blob/2cfce7a1305e4ad6d3dcb1a11bf3dc528aee0701/example/task-start-dependency/mpi.yaml#L34 You can try use dependsOn.

It is speculated that there is a conflict with the gang plugin. You can disable gang plugin or set `minavailable` == worker.replicas

`--managed-namespaces` sound reasonable. Would you like to add this feature?

https://github.com/volcano-sh/volcano/pull/2269#issuecomment-1146972249 I reply here. You can change the time zone in the container by mounting the files in the `/usr/share/zoneinfo/` directory, which can also make the time zone of the...

What if we rename `vcctl` to `kubectl-volcano` and use it as a plugin for `kubectl` we can close queue by ``` kubectl volcano queue operate -a close -n test ```...