Skip to content

Commit f3b1bc4

Browse files
Bobbins228ChristianZaccaria
authored andcommitted
CARRY: Set waitForPodsReady to true by default (kubernetes-sigs#23)
# Conflicts: # config/components/manager/controller_manager_config.yaml
1 parent 836285e commit f3b1bc4

File tree

1 file changed

+11
-24
lines changed

1 file changed

+11
-24
lines changed

config/components/manager/controller_manager_config.yaml

+11-24
Original file line numberDiff line numberDiff line change
@@ -21,16 +21,10 @@ controller:
2121
clientConnection:
2222
qps: 50
2323
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
3428
#manageJobsWithoutQueueName: true
3529
#internalCertManagement:
3630
# enable: false
@@ -48,17 +42,10 @@ integrations:
4842
- "kubeflow.org/pytorchjob"
4943
- "kubeflow.org/tfjob"
5044
- "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 ]

0 commit comments

Comments
 (0)