Skip to content

Commit

Permalink
updated confusing prober log
Browse files Browse the repository at this point in the history
  • Loading branch information
himanshu-kun committed Jan 20, 2023
1 parent 101f06e commit 79ec205
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/prober/prober.go
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ func (p *Prober) probeInternal(shootClient kubernetes.Interface) {
if err != nil {
if !p.internalProbeStatus.canIgnoreProbeError(err) {
p.internalProbeStatus.recordFailure(err, *p.config.FailureThreshold, p.config.InternalProbeFailureBackoffDuration.Duration)
p.l.Info("Recording internal probe failure, Skipping external probe and scaling", "err", err.Error(), "failedAttempts", p.internalProbeStatus.errorCount, "failureThreshold", p.config.FailureThreshold)
p.l.Info("Recording internal probe failure, Skipping external probe and scaling operation", "err", err.Error(), "failedAttempts", p.internalProbeStatus.errorCount, "failureThreshold", p.config.FailureThreshold)
} else {
p.internalProbeStatus.handleIgnorableError(err)
p.l.Info("Internal probe was not successful. ignoring this error", "err", err.Error())
Expand Down

0 comments on commit 79ec205

Please sign in to comment.