Skip to content

Commit

Permalink
CARRY: Set waitForPodsReady to true by default (kubernetes-sigs#23)
Browse files Browse the repository at this point in the history
# Conflicts:
#	config/components/manager/controller_manager_config.yaml
  • Loading branch information
Bobbins228 authored and sutaakar committed Jun 21, 2024
1 parent 3d35a83 commit 0813501
Showing 1 changed file with 11 additions and 24 deletions.
35 changes: 11 additions & 24 deletions config/components/manager/controller_manager_config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,16 +21,10 @@ controller:
clientConnection:
qps: 50
burst: 100
#pprofBindAddress: :8083
#waitForPodsReady:
# enable: false
# timeout: 5m
# blockAdmission: false
# requeuingStrategy:
# timestamp: Eviction
# backoffLimitCount: null # null indicates infinite requeuing
# backoffBaseSeconds: 60
# backoffMaxSeconds: 3600
#pprofBindAddress: :8082
waitForPodsReady:
enable: true
blockAdmission: false
#manageJobsWithoutQueueName: true
#internalCertManagement:
# enable: false
Expand All @@ -48,17 +42,10 @@ integrations:
- "kubeflow.org/pytorchjob"
- "kubeflow.org/tfjob"
- "kubeflow.org/xgboostjob"
# - "pod"
# externalFrameworks:
# - "Foo.v1.example.com"
# podOptions:
# namespaceSelector:
# matchExpressions:
# - key: kubernetes.io/metadata.name
# operator: NotIn
# values: [ kube-system, kueue-system ]
#fairSharing:
# enable: true
# preemptionStrategies: [LessThanOrEqualToFinalShare, LessThanInitialShare]
#resources:
# excludeResourcePrefixes: []
# - "pod"
# podOptions:
# namespaceSelector:
# matchExpressions:
# - key: kubernetes.io/metadata.name
# operator: NotIn
# values: [ kube-system, kueue-system ]

0 comments on commit 0813501

Please sign in to comment.