Skip to content

Commit f5eb75d

Browse files
authored
disable Kueue's waitForPodsReady feature (#1)
Works around a configuration mismatch between Kueue and the AppWrapper reconciller in the CodeFlare operator.
1 parent 15779e5 commit f5eb75d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup/mlbatch-subscription.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ data:
158158
burst: 100
159159
#pprofBindAddress: :8082
160160
waitForPodsReady:
161-
enable: true
161+
enable: false
162162
blockAdmission: false
163163
manageJobsWithoutQueueName: true
164164
#internalCertManagement:

0 commit comments

Comments
 (0)