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:
-o yaml
or
--output=yaml
Page to Update:
k8s.io/docs/reference/kubectl/overview/
It's not good format though the doc stills works.
If you like, you are welcomed to create PR to fix this. I can help if you have any problem during the process.
/good-first-issue
@zhangqx2010:
This request has been marked as suitable for new contributors.
Please ensure the request meets the requirements listed here.
If this request no longer meets these requirements, the label can be removed
by commenting with the /remove-good-first-issue command.
In response to this:
It's not good format though the doc stills works.
If you like, you are welcomed to create PR to fix this. I can help if you have any problem during the process./good-first-issue
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'm going to run through this with @abuango as an example
/language en
Issues go stale after 90d of inactivity.
Mark the issue as fresh with /remove-lifecycle stale.
Stale issues rot after an additional 30d of inactivity and eventually close.
If this issue is safe to close now please do so with /close.
Send feedback to sig-testing, kubernetes/test-infra and/or fejta.
/lifecycle stale
Done
/close
@sftim: Closing this issue.
In response to this:
Done
/close
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.