Skip to content

Commit 4c0ffb1

Browse files
committed
disable visibility on demand
1 parent 89d51b0 commit 4c0ffb1

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
@@ -41,6 +41,9 @@ patches:
4141
- op: add
4242
path: /spec/template/spec/containers/0/args/-
4343
value: "--feature-gates=LendingLimit=true"
44+
- op: add
45+
path: /spec/template/spec/containers/0/args/-
46+
value: "--feature-gates=VisibilityOnDemand=false"
4447
# DEBUG support; uncomment this patch to boost Kueue log levels
4548
# - op: add
4649
# path: /spec/template/spec/containers/0/args/-

0 commit comments

Comments
 (0)