From a3b2e35d700ac1fd78e9be72b9b07669c8712a90 Mon Sep 17 00:00:00 2001 From: songxiao-wang87 Date: Fri, 23 Apr 2021 16:33:08 +0800 Subject: [PATCH] Making a run test. Signed-off-by: songxiao-wang87 --- cmd/kube-controller-manager/app/policy.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/kube-controller-manager/app/policy.go b/cmd/kube-controller-manager/app/policy.go index ed471902452..8a161510c3a 100644 --- a/cmd/kube-controller-manager/app/policy.go +++ b/cmd/kube-controller-manager/app/policy.go @@ -34,7 +34,7 @@ import ( func startDisruptionController(ctx ControllerContext) (http.Handler, bool, error) { if !utilfeature.DefaultFeatureGate.Enabled(kubefeatures.PodDisruptionBudget) { - klog.Infof("Refusing to start disruption because the PodDisruptionBudget feature is disabled") + klog.InfoS("Refusing to start disruption because the PodDisruptionBudget feature is disabled") return nil, false, nil }