We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3ea6ce0 commit d82a012Copy full SHA for d82a012
hack/kueue-config/kustomization.yaml
@@ -38,6 +38,9 @@ patches:
38
- op: add
39
path: /spec/template/spec/containers/0/args/-
40
value: "--feature-gates=LendingLimit=true"
41
+ - op: add
42
+ path: /spec/template/spec/containers/0/args/-
43
+ value: "--feature-gates=VisibilityOnDemand=false"
44
# DEBUG support; uncomment this patch to boost Kueue log levels
45
# - op: add
46
# path: /spec/template/spec/containers/0/args/-
0 commit comments