File tree 1 file changed +11
-24
lines changed
config/components/manager
1 file changed +11
-24
lines changed Original file line number Diff line number Diff line change @@ -21,16 +21,10 @@ controller:
21
21
clientConnection :
22
22
qps : 50
23
23
burst : 100
24
- # pprofBindAddress: :8083
25
- # waitForPodsReady:
26
- # enable: false
27
- # timeout: 5m
28
- # blockAdmission: false
29
- # requeuingStrategy:
30
- # timestamp: Eviction
31
- # backoffLimitCount: null # null indicates infinite requeuing
32
- # backoffBaseSeconds: 60
33
- # backoffMaxSeconds: 3600
24
+ # pprofBindAddress: :8082
25
+ waitForPodsReady :
26
+ enable : true
27
+ blockAdmission : false
34
28
# manageJobsWithoutQueueName: true
35
29
# internalCertManagement:
36
30
# enable: false
@@ -48,17 +42,10 @@ integrations:
48
42
- " kubeflow.org/pytorchjob"
49
43
- " kubeflow.org/tfjob"
50
44
- " kubeflow.org/xgboostjob"
51
- # - "pod"
52
- # externalFrameworks:
53
- # - "Foo.v1.example.com"
54
- # podOptions:
55
- # namespaceSelector:
56
- # matchExpressions:
57
- # - key: kubernetes.io/metadata.name
58
- # operator: NotIn
59
- # values: [ kube-system, kueue-system ]
60
- # fairSharing:
61
- # enable: true
62
- # preemptionStrategies: [LessThanOrEqualToFinalShare, LessThanInitialShare]
63
- # resources:
64
- # excludeResourcePrefixes: []
45
+ # - "pod"
46
+ # podOptions:
47
+ # namespaceSelector:
48
+ # matchExpressions:
49
+ # - key: kubernetes.io/metadata.name
50
+ # operator: NotIn
51
+ # values: [ kube-system, kueue-system ]
You can’t perform that action at this time.
0 commit comments