Skip to content

Commit e525d38

Browse files
committed
disabling visibilityOnDemand blocks namespace deletion
1 parent ee2c4ff commit e525d38

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

hack/kueue-config/kustomization.yaml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,4 @@ patches:
3737
patch: |
3838
- op: add
3939
path: /spec/template/spec/containers/0/args/-
40-
value: "--feature-gates=VisibilityOnDemand=false"
41-
# DEBUG support; uncomment this patch to boost Kueue log levels
42-
# - op: add
43-
# path: /spec/template/spec/containers/0/args/-
44-
# value: "--zap-log-level=5"
40+
value: "--zap-log-level=2"

0 commit comments

Comments
 (0)