volcano
volcano copied to clipboard
A Cloud Native Batch System (Project under CNCF)
### Description I created a Pod that requests GPU resources, but it has never been scheduled. What could be the problem? This is my creation template. ### Steps to reproduce...
### Please describe your problem in detail Hi I'm getting this error while using volcano-vgpu-device-plugin: ``` $ kubectl logs -f test1 /bin/bash: error while loading shared libraries: libcuda.so.1: cannot open...
### Description We occasionally have pods that get stuck in `ContainerCreating` state. We would like Volcano to restart the pods in this case. I think this should be possible with...
### What is the problem you're trying to solve Currently, volcano only support CPU Burst for specific OS like Openeuler, need support more OS such as Anolis OS, Ubuntu, etc....
### What is the problem you're trying to solve Sometimes, when scheduling workloads, we are not certain whether the requested resources can be successfully scheduled. If not, we may need...
Cherry-picks #4731 for `release-1.13`. #### What type of PR is this? Bug fix #### What this PR does / why we need it: Scheduler panics with nil pointer dereference during...
Cherry-picks #4731 for `release-1.12`. #### What type of PR is this? Bug fix #### What this PR does / why we need it: Scheduler panics with nil pointer dereference during...
### What is the problem you're trying to solve There has been increasing discussions and interests about volcano's plan to support AI Agent Workloads recently, this issue is to initiate...
### What this PR does - Adds an optional `Preemptable` field to `PodGroupSpec` in the API and CRD. - Enables PodGroup-level control over preempt/reclaim actions. - Enforces via webhook: -...
### Please describe your problem in detail Hi everyone, Is it possible to implement strict FIFO scheduling in Volcano? In my cluster, all GPU nodes are running in operating mode...