mirror of
https://github.com/k3s-io/kubernetes.git
synced 2026-07-17 20:00:07 +00:00
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:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user