Skip to content

Commit

Permalink
Merge pull request #3525 from riccardomurri/patch-1
Browse files Browse the repository at this point in the history
Fix typo in scale_down.go
  • Loading branch information
k8s-ci-robot authored Sep 17, 2020
2 parents ce5bd4e + ce19ac9 commit 3071905
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cluster-autoscaler/core/scale_down.go
Original file line number Diff line number Diff line change
Expand Up @@ -461,7 +461,7 @@ func (sd *ScaleDown) UpdateUnneededNodes(
for _, node := range scaleDownCandidates {
nodeInfo, err := sd.context.ClusterSnapshot.NodeInfos().Get(node.Name)
if err != nil {
klog.Errorf("Can't retrive scale-down candidate %s from snapshot, err: %v", node.Name, err)
klog.Errorf("Can't retrieve scale-down candidate %s from snapshot, err: %v", node.Name, err)
sd.addUnremovableNodeReason(node, simulator.UnexpectedError)
continue
}
Expand Down

0 comments on commit 3071905

Please sign in to comment.