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
When redis-ha and the networkPolicy are enabled, the Redis HAProxy network policy is not created. This causes 2 problems:
argocd-server cannot reach Redis through argocd-redis-ha-haproxy, as seen in the argocd-server logs:
time="2024-02-19T10:40:52+01:00" level=warning msg="Failed to resync revoked tokens. retrying again in 1 minute: dial tcp 10.233.32.40:6379: i/o timeout"
This makes the cluster appear unsynchronized in the ArgoCD GUI under Settings > Clusters.
Prometheus cannot reach HAProxy since HAProxy pods are labeled app=redis-ha-haproxy and the servicemonitor is labeled app=redis-ha.
I tried to find a solution to make it work with the chart, but it seems impossible since the redis chart hardcodes the label with "-haproxy" for this netpol.
Related helm chart
argo-cd
Helm chart version
5.52.2
To Reproduce
enable redis-ha and the keys
networkPolicy:
create: true
for components and defaultDenyIngress: true in global
Expected behavior
etheir the chart create an additionnal networkpolicy for haproxy or harmonize (if possible) labels for the redis-ha when enabled
Screenshots
No response
Additional context
to workaround the additionnal netpol to create to make it work :
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
Describe the bug
When redis-ha and the networkPolicy are enabled, the Redis HAProxy network policy is not created. This causes 2 problems:
time="2024-02-19T10:40:52+01:00" level=warning msg="Failed to resync revoked tokens. retrying again in 1 minute: dial tcp 10.233.32.40:6379: i/o timeout"
This makes the cluster appear unsynchronized in the ArgoCD GUI under Settings > Clusters.
I tried to find a solution to make it work with the chart, but it seems impossible since the redis chart hardcodes the label with "-haproxy" for this netpol.
Related helm chart
argo-cd
Helm chart version
5.52.2
To Reproduce
enable redis-ha and the keys
for components and
defaultDenyIngress: true
in globalExpected behavior
etheir the chart create an additionnal networkpolicy for haproxy or harmonize (if possible) labels for the redis-ha when enabled
Screenshots
No response
Additional context
to workaround the additionnal netpol to create to make it work :
The text was updated successfully, but these errors were encountered: