We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cfac700 commit 10b3b21Copy full SHA for 10b3b21
pkg/healthchecker/healthchecker.go
@@ -64,7 +64,7 @@ func NewHealthChecker(cluster *resource.Cluster, clientset kubernetes.Interface,
64
}
65
66
67
-// Probe will check the ranges_underreplicated metric for value 0 on all pods after the resart of a
+// Probe will check the ranges_underreplicated metric for value 0 on all pods after the restart of a
68
// pod, before continue the rolling update of the next pod
69
func (hc *HealthCheckerImpl) Probe(ctx context.Context, l logr.Logger, logSuffix string, nodeID int) error {
70
l.V(int(zapcore.DebugLevel)).Info("Health check probe", "label", logSuffix, "nodeID", nodeID)
0 commit comments