-
Notifications
You must be signed in to change notification settings - Fork 14.6k
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
Issue with k8s.io/docs/reference/kubectl/overview/ #14211
Comments
It's not good format though the doc stills works. /good-first-issue |
@zhangqx2010: Please ensure the request meets the requirements listed here. If this request no longer meets these requirements, the label can be removed 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/test-infra repository. |
This one fixes issue kubernetes#14211. I just replaced `-o=parameter` instances with `-o parameter`.
This one fixes issue #14211. I just replaced `-o=parameter` instances with `-o parameter`.
I'm going to run through this with @abuango as an example |
/language en |
This one fixes issue kubernetes#14211. I just replaced `-o=parameter` instances with `-o parameter`.
Issues go stale after 90d of inactivity. If this issue is safe to close now please do so with Send feedback to sig-testing, kubernetes/test-infra and/or fejta. |
Done |
@sftim: 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/test-infra repository. |
This is a Bug Report
Problem:
In the kubectl documentation, you provide examples of short options using and equals sign right after. For example:
-o=wide
.This isn't the posix or gnu convention. See at the bottom: https://www.gnu.org/software/libc/manual/html_node/Argument-Syntax.html
Proposed Solution:
Adhere to the posix or gnu conventions. Use either:
or
Page to Update:
k8s.io/docs/reference/kubectl/overview/
The text was updated successfully, but these errors were encountered: