Skip to content

Commit db3e81a

Browse files
authored
CARRY: Set waitForPodsReady to true by default (kubernetes-sigs#23)
1 parent 47f9035 commit db3e81a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

config/components/manager/controller_manager_config.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ clientConnection:
2222
qps: 50
2323
burst: 100
2424
#pprofBindAddress: :8082
25-
#waitForPodsReady:
26-
# enable: true
25+
waitForPodsReady:
26+
enable: true
2727
#manageJobsWithoutQueueName: true
2828
#internalCertManagement:
2929
# enable: false

0 commit comments

Comments
 (0)