mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-07 03:03:59 +00:00
fix typo: scale dowm-> scale down
This commit is contained in:
parent
48b3786cb4
commit
38c6dcf519
@ -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)
|
||||||
|
Loading…
Reference in New Issue
Block a user