website icon indicating copy to clipboard operation
website copied to clipboard

[Request] Need upgrade queue.md add `guarantee`

Open samzong opened this issue 8 months ago • 1 comments

Volcano support spec.guarantee reserve resources for a queue. but document doesn't have tips.

apiVersion: scheduling.volcano.sh/v1beta1
kind: Queue
metadata:
  name: q1
spec:
  reclaimable: true
  weight: 1
  guarantee:             // reservation key word
    resource:            // specified reserving resource
      cpu: 2c
      memory: 4G

doc

samzong avatar Oct 19 '23 09:10 samzong

/assgin @samzong

samzong avatar Oct 19 '23 10:10 samzong