Open samzong opened 1 year ago
Volcano support spec.guarantee reserve resources for a queue. but document doesn't have tips.
spec.guarantee
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
/assgin @samzong
Volcano support
spec.guarantee
reserve resources for a queue. but document doesn't have tips.