spotahome / redis-operator

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

Remove error log for get service. #544

Closed raghu-nandan-bs closed 1 year ago

raghu-nandan-bs commented 1 year ago

if redis exporter is not enabled, it will try to remove redis service. while doing to, it will first check if the service is present, and then proceed to remove the service. if the service is not present, error is logged, eventhough it is not harmful.

Fixes #543

Changes proposed on the PR: