-
Notifications
You must be signed in to change notification settings - Fork 952
Highlight Current Namespace in kubectl get ns #1708
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
Comments
This issue is currently awaiting triage. SIG CLI takes a lead on issue triage for this repo, but any Kubernetes member can accept issues by applying the The Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
I am interested and would like to take up this issue, if allowed |
Hey, I'd like to work on this issue! Is it available for assignment? |
Kubernetes is open source; you inherently have permission to propose an improvement. |
My recommendation for this feature request is to create plugin instead of trying to update the code as is for kubectl. You will likely want to take the output of kubectl and do some text parsing rather than try to figure out how to do the same thing inside of the kubectl codebase itself. Because we're suggesting a plugin I'm going to close this and not accept. |
@mpuckett159: Closing this issue. In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
Enhancement Proposal: Highlight Current Namespace in
kubectl get ns
Current Behavior
kubectl get ns
does not highlight the current namespace.kubectl config view --minify
to check the namespace.Proposed Change
*
next to the currently active namespace.-A
(All Namespaces) is used.Expected Output Example
The text was updated successfully, but these errors were encountered: