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

Let deployer emit list of clusters for use with xargs #3374

Closed
consideRatio opened this issue Nov 4, 2023 · 1 comment
Closed

Let deployer emit list of clusters for use with xargs #3374

consideRatio opened this issue Nov 4, 2023 · 1 comment

Comments

@consideRatio
Copy link
Contributor

#3329 is about documenting how xargs can be used to do something once for each cluster. Currently though the strategy is to do ls config/clusters | xargs ... which makes a command be run "once per folder".

It would be nice to have a deployer command to replace the ls command, allowing us to also for example only get gke clusters or aks clusters etc.

I for example wanted to run a command once for each GKE cluster, but didn't want to be bugged by the EKS/AKS clusters that would return an error on the command i wanted to run for each cluster.

@yuvipanda
Copy link
Member

Something like this exists now I believe.

@github-project-automation github-project-automation bot moved this from Needs Shaping / Refinement to Complete in DEPRECATED Engineering and Product Backlog Jul 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
No open projects
Development

No branches or pull requests

2 participants