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
It would be useful if the output of the status commands could be easily parsed.
For example, I'm using cilium clustermesh status to check if clusters are meshed with one another, something like:
cilium clustermesh status
cilium clustermesh status --context cluster1 | grep -q cluster2 && echo "meshed"
but it'd be more precise to get a -o json or -o jsonpath and filter on a specific field of the output.
-o json
-o jsonpath
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Proposal / RFE
It would be useful if the output of the status commands could be easily parsed.
For example, I'm using
cilium clustermesh status
to check if clusters are meshed with one another, something like:but it'd be more precise to get a
-o json
or-o jsonpath
and filter on a specific field of the output.The text was updated successfully, but these errors were encountered: