Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Application filter by cluster name and url #2902

Open
etopeter opened this issue Dec 18, 2019 · 3 comments
Open

Application filter by cluster name and url #2902

etopeter opened this issue Dec 18, 2019 · 3 comments
Labels
component:ui User interfaces bugs and enhancements enhancement New feature or request type:usability Enhancement of an existing feature

Comments

@etopeter
Copy link

Summary

Filter by cluster name and URL.

Motivation

EKS clusters have auto generated endpoints. Its hard to determine what cluster is being filtered.
Looks like in UI this issue was already brought up because when you go to CREATE CLUSTER page it shows (cluster name) cluster url. The same name should be available in filters (at least for consistency).

Proposal

How do you think this should be implemented?
The same implementation as create application page shows cluster names and URL.

@etopeter etopeter added the enhancement New feature or request label Dec 18, 2019
@jannfis jannfis added component:ui User interfaces bugs and enhancements type:usability Enhancement of an existing feature labels May 14, 2020
@ciiay
Copy link
Contributor

ciiay commented Nov 10, 2021

Hi @etopeter I'm going through least commented issues and found this old one, can you confirm if this is resolved now? If so we can close it, thank you!

@mugdha-adhav
Copy link

mugdha-adhav commented Jul 14, 2022

It would be helpful if we have a filter for cluster-name while getting or listing applications.
For instance -

argocd app list --cluster-name https://<my-cluster-id>.gr1.us-east-1.eks.amazonaws.com

Right now I am doing it by having application name like <cluster-name>-<application name>, and then getting a specific application using grep on the application name to match the cluster name.

Or we could also use jq to parse the output of argocd app list and then search the app name for specific cluster.

@rumstead
Copy link
Member

rumstead commented Aug 2, 2022

I am also interested in this API. It feels like it would be a similar change to the filer by repos PR. If we all agree it would be, I am happy to take a stab.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
component:ui User interfaces bugs and enhancements enhancement New feature or request type:usability Enhancement of an existing feature
Projects
None yet
Development

No branches or pull requests

5 participants