Skip to content

Commit e79b4c3

Browse files
committed
disable visibility on demand
1 parent 8853c3b commit e79b4c3

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

hack/kueue-config/kustomization.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,9 @@ patches:
3838
- op: add
3939
path: /spec/template/spec/containers/0/args/-
4040
value: "--feature-gates=LendingLimit=true"
41+
- op: add
42+
path: /spec/template/spec/containers/0/args/-
43+
value: "--feature-gates=VisibilityOnDemand=false"
4144
# DEBUG support; uncomment this patch to boost Kueue log levels
4245
# - op: add
4346
# path: /spec/template/spec/containers/0/args/-

0 commit comments

Comments
 (0)