Commit 38c6dcf5 authored by Pingan2017's avatar Pingan2017

fix typo: scale dowm-> scale down

parent 48b3786c
...@@ -472,7 +472,7 @@ func (ssc *defaultStatefulSetControl) updateStatefulSet( ...@@ -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)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment