volcano-sh / website

Volcano website and documentation repo: https://volcano.sh
Apache License 2.0
19 stars 49 forks source link

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

Open samzong opened 1 year ago

samzong commented 1 year ago

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 commented 1 year ago

/assgin @samzong