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
What if there was a file that holds common queries, in a rc file somewhere on the home dir:
e.g.
context-groups: prod-new: include: "/prod/" exclude: "^/legacy/" stg: include: "/stg/"
$ kubectl allctx -g prod -- get nodes # g used as a flag for context group
The text was updated successfully, but these errors were encountered:
It is a great idea! I will try to implement this feature and raise a PR. If you have any recommendation before I start, I am open for it.
Sorry, something went wrong.
No need. This is basically just a note so that I don't forget someday later. It doesn't mean I'm interested in adding this.
No branches or pull requests
What if there was a file that holds common queries, in a rc file somewhere on the home dir:
e.g.
The text was updated successfully, but these errors were encountered: