You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Does this issue reproduce with the latest release?
Yes
What operating system and processor architecture are you using (kubectl version)?
kubectl version v1.28.2
$ kubectl version
What did you do?
I am deploying the helm-charts of redis-operator, redis-replication and redis-sentinel, activating the exporter and serviceMonitor of redis-replication and redis-sentinel. More specifically, I am using these values:
What did you expect to see?
When I enabled the serviceMonitor for redis-sentinel, I expected to have a serviceMonitor for Sentinel, as the values in the chart suggest that it does. Also, the configuration is very similar to redis-replication, and this chart does display the serviceMonitor.
What did you see instead?
There is no serviceMonitor for the redis-sentinel chart, despite having the chart values set to enable it. I don't know if it's a bug in the redis-sentinel chart values, or if the serviceMonitor resource is missing. If it is the latter, if you confirm me that this is the case, I could do the PR by adding it, following the example of the redis-replication chart.
The text was updated successfully, but these errors were encountered:
Does this issue reproduce with the latest release?
Yes
What operating system and processor architecture are you using (
kubectl version
)?kubectl version
v1.28.2What did you do?
I am deploying the helm-charts of redis-operator, redis-replication and redis-sentinel, activating the exporter and serviceMonitor of redis-replication and redis-sentinel. More specifically, I am using these values:
What did you expect to see?
When I enabled the
serviceMonitor
for redis-sentinel, I expected to have aserviceMonitor
for Sentinel, as the values in the chart suggest that it does. Also, the configuration is very similar to redis-replication, and this chart does display theserviceMonitor
.What did you see instead?
There is no
serviceMonitor
for the redis-sentinel chart, despite having the chart values set to enable it. I don't know if it's a bug in the redis-sentinel chart values, or if theserviceMonitor
resource is missing. If it is the latter, if you confirm me that this is the case, I could do the PR by adding it, following the example of the redis-replication chart.The text was updated successfully, but these errors were encountered: