apis icon indicating copy to clipboard operation
apis copied to clipboard

The API (CRD) of Volcano

Results 20 apis issues
Sort by recently updated
recently updated
newest added

**Describe the solution you'd like** move the client to another repo, and make the apis repo to be a pure api defination which does not depends k8s version. users can...

the task pod has a label of task spec by `TaskSpecKey = "volcano.sh/task-spec"`, while task index missed, it's useful for pod lbael selectors to select a task pod by it's...

size/XS

**Is your feature request related to a problem? Please describe.** current, volcano task pod has label: ``` volcano.sh/job-name volcano.sh/task-spec=worker ``` but missed **task-index** **task-index** is important: - get `task-index` from...

Volcano Support VQA, VQA is a custom resource that control resources capacity of queue automatically

size/XXL

https://github.com/volcano-sh/volcano/issues/2201

do-not-merge/hold
size/XXL

related to volcano pr [#2363](https://github.com/volcano-sh/volcano/pull/2363) add a new label "volcano.sh/max-cooldown-times" to indicate cool down time for preempted

size/XS

Let's remove `pkg`, refer to https://github.com/kubernetes/api .

enhancement

this logic is called by the upper pg controller and webhook

size/M
do-not-merge/hold

**Is your feature request related to a problem? Please describe.** I am drafting a PR to add volcano support for kubernets client, unfortunately, there were no official tag, like v1.3.0...

**Is your feature request related to a problem? Please describe.** I don't want to add unused dependencies such as client-go and etc when I use controller-runtime to develop operators. **Describe...