-
Notifications
You must be signed in to change notification settings - Fork 922
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
Improve behavior of kubectl options
#1638
Comments
This issue is currently awaiting triage. SIG Docs takes a lead on issue triage for this website, 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. |
/language en Page reported in issue:https://kubernetes.io/docs/reference/kubectl/generated/kubectl_options/ |
/transfer kubectl |
/kind feature /retitle Improve behavior of |
kubectl options
If we look at the commands output, most of the options will be repeated (Not all). How do you propose this change ? If you clarify with example. It might make the proposition more legit. |
@Ritikaa96 I will have to do some research and get back to you Monday August 12th in the afternoon EST |
No worries. Will look forward for this one. |
Closing this in favor of #1632 |
@ardaguclu: 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. |
@Ritikaa96 For this issue my thoughts were that I use Linux through a virtual machine which has limited computer screen space and a limited sized terminal box the options would need to be an argument to describe the options for each individual command instead of a command displaying all options for all commands. Hope this clarifies, still have not had the opportunity to use the Kubectl options command at work to verify. |
@Ritikaa96 @sftim @ardaguclu |
@Parkofadown sorry for late reply, the example seems helpful but the kubectl maintainers would decide if it is relevant or not. |
Page is automatically generated
As of 2:24 PM 8/7/24
Synopsis states: Print the list of flags inherited by all commands
This synopsis is very vague and if you are intending to display all the flag options for all the kubectl commands inside of one terminal window, you are going to have to constantly scroll through the terminal to look for what you were looking for.
I recommend options being converted into an Argument for each individual command for example. kubectl get options and it will list all the flag options for the get command.
Thanks,
PARKOFADOWN
The text was updated successfully, but these errors were encountered: