Making a run test.

Signed-off-by: songxiao-wang87 <wang.xiaosong23@zte.com.cn>
This commit is contained in:
songxiao-wang87 2021-04-23 16:33:08 +08:00
parent fe88bdc1ab
commit a3b2e35d70

View File

@ -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
}