-
Notifications
You must be signed in to change notification settings - Fork 50
Labels
bugSomething isn't workingSomething isn't workinggood first issueGood for newcomersGood for newcomers
Milestone
Description
Describe the bug
Argo CD installs NetworkPolicies for its services by default, including Redis. Those NetworkPolicies limit access to Argo CD workloads.
argocd-agent does not supply NetworkPolicies to allow access to argocd-redis service, thus, on clusters with a CNI that enforces NetworkPolicies, argocd-agent (both principal and agent) will not be able to connect to their respective argocd-redis services.
Steps to reproduce the behaviour
- Have a cluster using a CNI that enforces NetworkPolicies
- Install Argo CD and argocd-agent
- Observe that argocd-agent (agent and principal) cannot access Argo CD's Redis
Expected behavior
Both agent and principal can connect to their respective Argo CD Redis service by default.
Additional context
Add any other context about the problem here.
mikeshng
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workinggood first issueGood for newcomersGood for newcomers