ArgoCD CLI with external redis #17699
Replies: 3 comments
-
|
Taking a peak at the code, you may be able to specify See these params from |
Beta Was this translation helpful? Give feedback.
-
|
@AnhQKatalon Could you please share more details of your ElastiCache setup? Is it a multi node replication group with clustermode off? |
Beta Was this translation helpful? Give feedback.
-
|
With external Redis the CLI is pretty much useless I use DragonflyDB to setup redis and I can't set labels. I actually find it quite odd that CLI hits directly Redis.. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello all,
Currently, I am using ArgoCD with an external Redis (AWS ElastiCache). All is good except the
argocdcommand to communicate with the ArgoCD.I would like to execute the following command
argocd admin cluster stats -n argoBut it return the following error
How can I specify the
--redis-nameparameter in this case?Thank you so much for all your helps
Beta Was this translation helpful? Give feedback.
All reactions