diff --git a/hack/logcheck.conf b/hack/logcheck.conf index 3ec1cf4f9a5..db678525c05 100644 --- a/hack/logcheck.conf +++ b/hack/logcheck.conf @@ -25,6 +25,8 @@ structured k8s.io/kubernetes/pkg/scheduler/.* # Packages matched here do not have to be listed above because # "contextual" implies "structured". # TODO next: contextual k8s.io/kubernetes/pkg/scheduler/.* +contextual k8s.io/kubernetes/test/e2e/dra/.* +contextual k8s.io/dynamic-resource-allocation/.* # As long as contextual logging is alpha or beta, all WithName, WithValues, # NewContext calls have to go through klog. Once it is GA, we can lift