We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
operator
1 parent bb8eed1 commit 57d0524Copy full SHA for 57d0524
operator/redisfailover/service/check.go
@@ -184,10 +184,10 @@ func (r *RedisFailoverChecker) CheckIfMasterLocalhost(rFailover *redisfailoverv1
184
}
185
186
if lhmaster == len(redisIps) {
187
- r.logger.Infof("all available redis configured localhost as master , opertor must heal")
+ r.logger.Infof("all available redis configured localhost as master , operator must heal")
188
return true, nil
189
190
- r.logger.Infof("atleast one pod does not have localhost as master , opertor should not heal")
+ r.logger.Infof("atleast one pod does not have localhost as master , operator should not heal")
191
return false, nil
192
193
0 commit comments