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

List of clusters limited to 100 #226

Closed
shivasfotedar opened this issue May 14, 2024 · 5 comments
Closed

List of clusters limited to 100 #226

shivasfotedar opened this issue May 14, 2024 · 5 comments

Comments

@shivasfotedar
Copy link

  1. List of ecs clusters visible in the UI is limited to 100. In scenarios where more than 100 clusters are there in the account , cluster is not shown in the UI.

Additional points that can be addressed:

  1. Search functionality in UI similar to k9s
  2. An argument for the cluster name while using e1s command to open a specific cluster like one we have for k9s.
@haidaraM
Copy link

Thanks for your great tool. I would also like search functionality. I was also thinking of filtering the clusters via the configuration file. This will avoid searching for the same clusters again and again if you are also interested in a few :-)

Example: Only display clusters matching the following patterns by default

filters:
  names:
     - dev-*
     - *-playground
     - *team*

This was referenced May 21, 2024
@keidarcy
Copy link
Owner

@shivasfotedar Latest version would support clusters more than 100 and --cluster option for the default cluster.

@keidarcy
Copy link
Owner

@haidaraM I don't think the filters feature is scalable, recommend ? to use more possible navigation methods.

@shivasfotedar
Copy link
Author

I encountered this issue while navigating from cluster to services in the latest release i.e. 1.35.0
💥 operation error ECS: DescribeServices, https response error StatusCode: 400, RequestID: 0824fdb3-8739-4393-bfab-030cbb48b3db, InvalidParameterException: service names can have at most 10 items.

@keidarcy
Copy link
Owner

@shivasfotedar this should be fixed by v1.0.36 😄

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants