Skip to content

Commit

Permalink
Better phrasing for log message
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Shitrit <[email protected]>
  • Loading branch information
mshitrit authored and openshift-cherrypick-robot committed Dec 25, 2022
1 parent 21fdfbd commit dc8c666
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/peers/response.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ type reason string
const (
HealthyBecauseCRNotFound reason = "CR Not found, node is considered healthy"
HealthyBecauseErrorsThresholdNotReached reason = "Errors number hasn't reached threshold not querying peers yet, node is considered healthy"
HealthyBecauseNoPeersResponseNotReachedTimeout reason = "No response from peer hasn't passed the non responsive time threshold so still considered healthy"
HealthyBecauseNoPeersResponseNotReachedTimeout reason = "No response from peer. The duration of peer not responding hasn't passed the threshold so still considered healthy"
HealthyBecauseNoPeersWereFound reason = "No Peers where found, node is considered healthy"
HealthyBecauseMostPeersCantAccessAPIServer reason = "Most peers couldn't access API server, node is considered healthy"

Expand Down

0 comments on commit dc8c666

Please sign in to comment.