volcano.sh/volcano@v1.9.0/installer/helm/chart/volcano/config/volcano-admission.conf (about)

     1  #resourceGroups:
     2  #- resourceGroup: management                    # set the resource group name
     3  #  object:
     4  #    key: namespace                             # set the field and the value to be matched
     5  #    value:
     6  #    - mng-ns-1
     7  #  schedulerName: default-scheduler             # set the scheduler for patching
     8  #  tolerations:                                 # set the tolerations for patching
     9  #  - effect: NoSchedule
    10  #    key: taint
    11  #    operator: Exists
    12  #  labels:
    13  #    volcano.sh/nodetype: management           # set the nodeSelector for patching
    14  #- resourceGroup: cpu
    15  #  object:
    16  #    key: annotation
    17  #    value:
    18  #    - "volcano.sh/resource-group: cpu"
    19  #  schedulerName: volcano
    20  #  labels:
    21  #    volcano.sh/nodetype: cpu
    22  #- resourceGroup: gpu                          # if the object is unsetted, default is:  the key is annotation,
    23  #  schedulerName: volcano                      # the annotation key is fixed and is "volcano.sh/resource-group", The corresponding value is the resourceGroup field
    24  #  labels:
    25  #    volcano.sh/nodetype: gpu