diff --git a/hack/logcheck.conf b/hack/logcheck.conf index 31b17b42d53..1c586af0cff 100644 --- a/hack/logcheck.conf +++ b/hack/logcheck.conf @@ -26,14 +26,12 @@ structured k8s.io/apiserver/pkg/server/options/encryptionconfig/.* # The following packages have been migrated to contextual logging. # Packages matched here do not have to be listed above because # "contextual" implies "structured". -# TODO next: contextual k8s.io/kubernetes/pkg/scheduler/.* -# A few files involved in startup migrated already to contextual -# We can't enable contextual logcheck until all are migrated contextual k8s.io/client-go/tools/events/.* contextual k8s.io/client-go/tools/record/.* contextual k8s.io/dynamic-resource-allocation/.* contextual k8s.io/kubernetes/cmd/kube-scheduler/.* contextual k8s.io/kubernetes/pkg/controller/.* +contextual k8s.io/kubernetes/pkg/scheduler/.* contextual k8s.io/kubernetes/test/e2e/dra/.* # As long as contextual logging is alpha or beta, all WithName, WithValues,