Skip to content

Commit f459b91

Browse files
committed
partially update hack/kueue-config for kueue 0.11
1 parent 5e552c7 commit f459b91

File tree

2 files changed

+13
-30
lines changed

2 files changed

+13
-30
lines changed

hack/kueue-config/controller_manager_config.yaml

Lines changed: 13 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ kind: Configuration
33
health:
44
healthProbeBindAddress: :8081
55
metrics:
6-
bindAddress: :8080
6+
bindAddress: :8443
77
# enableClusterQueueResources: true
88
webhook:
99
port: 9443
@@ -26,6 +26,7 @@ clientConnection:
2626
#waitForPodsReady:
2727
# enable: false
2828
# timeout: 5m
29+
# recoveryTimeout: 3m
2930
# blockAdmission: false
3031
# requeuingStrategy:
3132
# timestamp: Eviction
@@ -34,8 +35,10 @@ clientConnection:
3435
# backoffMaxSeconds: 3600
3536
manageJobsWithoutQueueName: true
3637
#managedJobsNamespaceSelector:
37-
# matchLabels:
38-
# kueue-managed: "true"
38+
# matchExpressions:
39+
# - key: kubernetes.io/metadata.name
40+
# operator: NotIn
41+
# values: [ kube-system, kueue-system ]
3942
#internalCertManagement:
4043
# enable: false
4144
# webhookServiceName: ""
@@ -47,22 +50,17 @@ integrations:
4750
- "ray.io/rayjob"
4851
- "ray.io/raycluster"
4952
- "jobset.x-k8s.io/jobset"
50-
- "kubeflow.org/mxjob"
5153
- "kubeflow.org/paddlejob"
5254
- "kubeflow.org/pytorchjob"
5355
- "kubeflow.org/tfjob"
5456
- "kubeflow.org/xgboostjob"
55-
# - "pod"
56-
# - "deployment" # requires enabling pod integration
57-
# - "statefulset" # requires enabling pod integration
58-
externalFrameworks:
59-
- "AppWrapper.v1beta2.workload.codeflare.dev"
60-
# podOptions:
61-
# namespaceSelector:
62-
# matchExpressions:
63-
# - key: kubernetes.io/metadata.name
64-
# operator: NotIn
65-
# values: [ kube-system, kueue-system ]
57+
- "workload.codeflare.dev/appwrapper"
58+
# - "pod"
59+
# - "deployment" # requires enabling pod integration
60+
# - "statefulset" # requires enabling pod integration
61+
# - "leaderworkerset.x-k8s.io/leaderworkerset" # requires enabling pod integration
62+
# externalFrameworks:
63+
# - "Foo.v1.example.com"
6664
#fairSharing:
6765
# enable: true
6866
# preemptionStrategies: [LessThanOrEqualToFinalShare, LessThanInitialShare]

hack/kueue-config/kustomization.yaml

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -16,21 +16,6 @@ images:
1616
newTag: v0.10.2
1717

1818
patches:
19-
- target:
20-
kind: ClusterRole
21-
name: manager-role
22-
patch: |
23-
- op: add
24-
path: /rules/-
25-
value:
26-
apiGroups:
27-
- workload.codeflare.dev
28-
resources:
29-
- appwrappers
30-
verbs:
31-
- get
32-
- list
33-
- watch
3419
- target:
3520
kind: Deployment
3621
name: controller-manager

0 commit comments

Comments
 (0)