volcano.sh/volcano@v1.9.0/example/hierarchical-jobs/queues.yaml (about)

     1  apiVersion: scheduling.volcano.sh/v1beta1
     2  kind: Queue
     3  metadata:
     4    name: root-eng-prod
     5    annotations:
     6      "volcano.sh/hierarchy": "root/eng/prod"
     7      "volcano.sh/hierarchy-weights": "1/2/8"
     8  spec:
     9    weight: 1
    10  ---
    11  apiVersion: scheduling.volcano.sh/v1beta1
    12  kind: Queue
    13  metadata:
    14    name: root-eng-dev
    15    annotations:
    16      "volcano.sh/hierarchy": "root/eng/dev"
    17      "volcano.sh/hierarchy-weights": "1/2/2"
    18  spec:
    19    weight: 1
    20  ---
    21  apiVersion: scheduling.volcano.sh/v1beta1
    22  kind: Queue
    23  metadata:
    24    name: root-sci-prod
    25    annotations:
    26      "volcano.sh/hierarchy": "root/sci/prod"
    27      "volcano.sh/hierarchy-weights": "1/8/8"
    28  spec:
    29    weight: 1
    30  ---
    31  apiVersion: scheduling.volcano.sh/v1beta1
    32  kind: Queue
    33  metadata:
    34    name: root-sci-dev
    35    annotations:
    36      "volcano.sh/hierarchy": "root/sci/dev"
    37      "volcano.sh/hierarchy-weights": "1/8/2"
    38  spec:
    39    weight: 1