fix typo: scale dowm-> scale down

This commit is contained in:
Pingan2017 2018-08-01 10:39:59 +08:00
parent 48b3786cb4
commit 38c6dcf519

View File

@ -472,7 +472,7 @@ func (ssc *defaultStatefulSetControl) updateStatefulSet(
firstUnhealthyPod.Name) firstUnhealthyPod.Name)
return &status, nil return &status, nil
} }
glog.V(2).Infof("StatefulSet %s/%s terminating Pod %s for scale dowm", glog.V(2).Infof("StatefulSet %s/%s terminating Pod %s for scale down",
set.Namespace, set.Namespace,
set.Name, set.Name,
condemned[target].Name) condemned[target].Name)