volcano icon indicating copy to clipboard operation
volcano copied to clipboard

A Cloud Native Batch System (Project under CNCF)

Results 695 volcano issues
Sort by recently updated
recently updated
newest added

### 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...

kind/bug

### 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...

kind/question

### 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...

help wanted
kind/bug

### 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....

help wanted
good first issue
kind/feature
area/colocation

### 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...

kind/feature

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...

size/XS

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...

size/XS

### 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...

kind/feature

### 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: -...

size/M
needs-rebase

### 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...

kind/feature
kind/question