We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
This is examplified in #3224, but not documented as a generally useful strategy for misc things yet. We should document that!
The text was updated successfully, but these errors were encountered:
xargs
Here is a fresh example of doing this where we rely on deployer config get-clusters --provider=gcp to get all GCP clusters for example.
deployer config get-clusters --provider=gcp
deployer config get-clusters --provider=gcp | xargs -I {} deployer use-cluster-credentials {} 'echo {} && kubectl get cm -n kube-system -o yaml calico-typha-horizontal-autoscaler | yq eval ".data.ladder" - | yq eval ".nodesToReplicas[1]" -'
Sorry, something went wrong.
No branches or pull requests
This is examplified in #3224, but not documented as a generally useful strategy for misc things yet. We should document that!
The text was updated successfully, but these errors were encountered: