You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#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.
The text was updated successfully, but these errors were encountered:
#3329 is about documenting how
xargs
can be used to do something once for each cluster. Currently though the strategy is to dols 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 getgke
clusters oraks
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.
The text was updated successfully, but these errors were encountered: