Skip to content

Commit 10b3b21

Browse files
sukki37davidwding
andauthored
Update healthchecker.go (#910)
typo Co-authored-by: David Ding <[email protected]>
1 parent cfac700 commit 10b3b21

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/healthchecker/healthchecker.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ func NewHealthChecker(cluster *resource.Cluster, clientset kubernetes.Interface,
6464
}
6565
}
6666

67-
// Probe will check the ranges_underreplicated metric for value 0 on all pods after the resart of a
67+
// Probe will check the ranges_underreplicated metric for value 0 on all pods after the restart of a
6868
// pod, before continue the rolling update of the next pod
6969
func (hc *HealthCheckerImpl) Probe(ctx context.Context, l logr.Logger, logSuffix string, nodeID int) error {
7070
l.V(int(zapcore.DebugLevel)).Info("Health check probe", "label", logSuffix, "nodeID", nodeID)

0 commit comments

Comments
 (0)