Skip to content

Commit 7b18403

Browse files
Bobbins228ChristianZaccaria
authored andcommitted
CARRY: Set waitForPodsReady to true by default (kubernetes-sigs#23)
1 parent b9a1c48 commit 7b18403

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

config/components/manager/controller_manager_config.yaml

+3-2
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,9 @@ clientConnection:
2222
qps: 50
2323
burst: 100
2424
#pprofBindAddress: :8082
25-
#waitForPodsReady:
26-
# enable: true
25+
waitForPodsReady:
26+
enable: true
27+
blockAdmission: false
2728
#manageJobsWithoutQueueName: true
2829
#internalCertManagement:
2930
# enable: false

0 commit comments

Comments
 (0)