Skip to content

Commit

Permalink
disabling visibilityOnDemand blocks namespace deletion (#296)
Browse files Browse the repository at this point in the history
  • Loading branch information
dgrove-oss authored Dec 31, 2024
1 parent ee2c4ff commit ed8bee9
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions hack/kueue-config/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,4 @@ patches:
patch: |
- op: add
path: /spec/template/spec/containers/0/args/-
value: "--feature-gates=VisibilityOnDemand=false"
# DEBUG support; uncomment this patch to boost Kueue log levels
# - op: add
# path: /spec/template/spec/containers/0/args/-
# value: "--zap-log-level=5"
value: "--zap-log-level=2"

0 comments on commit ed8bee9

Please sign in to comment.