Skip to content

Commit

Permalink
Merge pull request kubernetes#2693 from DasyDong/minorchange
Browse files Browse the repository at this point in the history
Remove duplicate comments
  • Loading branch information
k8s-ci-robot authored Dec 30, 2019
2 parents d840ac8 + 68433ab commit 27bf49d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion cluster-autoscaler/core/static_autoscaler.go
Original file line number Diff line number Diff line change
Expand Up @@ -518,7 +518,6 @@ func fixNodeGroupSize(context *context.AutoscalingContext, clusterStateRegistry
return fixed, nil
}

// Removes unregistered nodes if needed. Returns true if anything was removed and error if such occurred.
// Removes unregistered nodes if needed. Returns true if anything was removed and error if such occurred.
func removeOldUnregisteredNodes(unregisteredNodes []clusterstate.UnregisteredNode, context *context.AutoscalingContext,
csr *clusterstate.ClusterStateRegistry, currentTime time.Time, logRecorder *utils.LogEventRecorder) (bool, error) {
Expand Down

0 comments on commit 27bf49d

Please sign in to comment.