fix(kueue): Add a default clusterqueue and add support for batch/jobsets
This commit is contained in:
@@ -1,3 +1,18 @@
|
||||
controllerManager:
|
||||
featureGates:
|
||||
- name: TopologyAwareScheduling
|
||||
enabled: true
|
||||
- name: LocalQueueMetrics
|
||||
enabled: true
|
||||
managerConfig:
|
||||
controllerManagerConfigYaml: |
|
||||
apiVersion: config.kueue.x-k8s.io/v1beta1
|
||||
kind: Configuration
|
||||
integrations:
|
||||
frameworks:
|
||||
- batch/job
|
||||
- jobset.x-k8s.io/jobset
|
||||
|
||||
enableKueueViz: true
|
||||
kueueViz:
|
||||
backend:
|
||||
|
||||
Reference in New Issue
Block a user