mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-09 03:57:41 +00:00
Fix typo: initilizing -> initializing
This commit is contained in:
parent
4a9f402808
commit
dc2a9d6f5c
@ -440,7 +440,7 @@ func (nc *NodeController) monitorNodeStatus() error {
|
||||
NewRateLimitedTimedQueue(
|
||||
flowcontrol.NewTokenBucketRateLimiter(nc.evictionLimiterQPS, evictionRateLimiterBurst))
|
||||
// Init the metric for the new zone.
|
||||
glog.Infof("Initilizing eviction metric for zone: %v", zone)
|
||||
glog.Infof("Initializing eviction metric for zone: %v", zone)
|
||||
EvictionsNumber.WithLabelValues(zone).Add(0)
|
||||
}
|
||||
if _, found := nc.zoneTerminationEvictor[zone]; !found {
|
||||
|
Loading…
Reference in New Issue
Block a user