-
Notifications
You must be signed in to change notification settings - Fork 40.3k
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
Support context completion for kubectl config use-context #42336
Support context completion for kubectl config use-context #42336
Conversation
With this commit, kubectl is supported context completion for config use-context. ``` $ ./kubectl config use-context cluster01 minikube ``` /refs kubernetes#42103, kubernetes#29386
Hi @superbrothers. Thanks for your PR. I'm waiting for a kubernetes member to verify that this patch is reasonable to test. If it is, they should reply with 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/test-infra repository. I understand the commands that are listed here. |
This won't make 1.6 since it will land after feature freeze. Will review in 1.7 |
/lgtm |
/approve |
Thanks for you patience |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: pwittrock, superbrothers
Needs approval from an approver in each of these OWNERS Files:
You can indicate your approval by writing |
Thank you for reviewing! |
Automatic merge from submit-queue (batch tested with PRs 44119, 42538, 43802, 42336, 43396) |
Move kubernetes/kubernetes#42336 to Enhancement of CLI
What this PR does / why we need it:
With this PRt, kubectl is supported context completion for config use-context.
/ref #42103
Which issue this PR fixes (optional, in
fixes #<issue number>(, fixes #<issue_number>, ...)
format, will close that issue when PR gets merged): fixes ##29386
Special notes for your reviewer:
Release note: