From e525d3895627c8dfb089aa8e13d2a474cc40c1c2 Mon Sep 17 00:00:00 2001 From: David Grove Date: Mon, 30 Dec 2024 17:40:07 -0500 Subject: [PATCH] disabling visibilityOnDemand blocks namespace deletion --- hack/kueue-config/kustomization.yaml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/hack/kueue-config/kustomization.yaml b/hack/kueue-config/kustomization.yaml index 101fb25..2bb66f3 100644 --- a/hack/kueue-config/kustomization.yaml +++ b/hack/kueue-config/kustomization.yaml @@ -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"