spotahome / redis-operator

Redis Operator creates/configures/manages high availability redis with sentinel automatic failover atop Kubernetes.
Apache License 2.0
1.49k stars 356 forks source link

Typo in log message #629

Closed jurim76 closed 10 months ago

jurim76 commented 1 year ago

In file operator/redisfailover/service/check.go line 186-190

Typo in "opertor", should be "operator"

if lhmaster == len(redisIps) { r.logger.Infof("all available redis configured localhost as master , opertor must heal") return true, nil } r.logger.Infof("atleast one pod does not have localhost as master , opertor should not heal") return false, nil }