DRA E2E: increase verbosity of resource claim controller

Can be done via -vmodule, albeit not precisely because other controllers
also have a controller.go file.
This commit is contained in:
Patrick Ohly
2025-06-17 13:46:53 +02:00
parent 1a284472f1
commit 5721c927e6

View File

@@ -18,6 +18,7 @@ nodes:
controllerManager:
extraArgs:
v: "5"
vmodule: "controller=6" # resourceclaim/controller.go - should have renamed it when copying the controller it was based on!
apiServer:
extraArgs:
runtime-config: "resource.k8s.io/v1alpha3=true,resource.k8s.io/v1beta1=true,resource.k8s.io/v1beta2=true"