From 5588e8a4cd06194319262b44566b9908edad12a5 Mon Sep 17 00:00:00 2001 From: Mengjiao Liu Date: Wed, 12 Apr 2023 15:20:04 +0800 Subject: [PATCH] hack/logcheck.conf: remove certificate controller exception --- hack/logcheck.conf | 1 - 1 file changed, 1 deletion(-) diff --git a/hack/logcheck.conf b/hack/logcheck.conf index 5161fc58878..22fa77072f6 100644 --- a/hack/logcheck.conf +++ b/hack/logcheck.conf @@ -37,7 +37,6 @@ contextual k8s.io/kubernetes/test/e2e/dra/.* # Most of kube-controller-manager has been converted, but not everything. At # this point it is easier to list the exceptions. --contextual k8s.io/kubernetes/pkg/controller/certificates/.* -contextual k8s.io/kubernetes/pkg/controller/controller_ref_manager.go -contextual k8s.io/kubernetes/pkg/controller/controller_utils.go -contextual k8s.io/kubernetes/pkg/controller/deployment/.*