Skip to content
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

Closed
renich opened this issue May 7, 2019 · 7 comments
Closed

Issue with k8s.io/docs/reference/kubectl/overview/ #14211

renich opened this issue May 7, 2019 · 7 comments
Labels
good first issue Denotes an issue ready for a new contributor, according to the "help wanted" guidelines. help wanted Denotes an issue that needs help from a contributor. Must meet "help wanted" guidelines. language/en Issues or PRs related to English language lifecycle/stale Denotes an issue or PR has remained open with no activity and has become stale.

Comments

@renich
Copy link
Contributor

renich commented May 7, 2019

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/

@zhangqx2010
Copy link
Contributor

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

@k8s-ci-robot
Copy link
Contributor

@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.

@k8s-ci-robot k8s-ci-robot added good first issue Denotes an issue ready for a new contributor, according to the "help wanted" guidelines. help wanted Denotes an issue that needs help from a contributor. Must meet "help wanted" guidelines. labels May 9, 2019
renich added a commit to renich/website that referenced this issue May 9, 2019
This one fixes issue kubernetes#14211.

I just replaced `-o=parameter` instances with `-o parameter`.
k8s-ci-robot pushed a commit that referenced this issue May 10, 2019
This one fixes issue #14211.

I just replaced `-o=parameter` instances with `-o parameter`.
@sftim
Copy link
Contributor

sftim commented May 20, 2019

I'm going to run through this with @abuango as an example

@sftim
Copy link
Contributor

sftim commented May 26, 2019

/language en

@k8s-ci-robot k8s-ci-robot added the language/en Issues or PRs related to English language label May 26, 2019
yoonian pushed a commit to yoonian/kubernetes-website that referenced this issue May 28, 2019
This one fixes issue kubernetes#14211.

I just replaced `-o=parameter` instances with `-o parameter`.
@fejta-bot
Copy link

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

@k8s-ci-robot k8s-ci-robot added the lifecycle/stale Denotes an issue or PR has remained open with no activity and has become stale. label Aug 24, 2019
@sftim
Copy link
Contributor

sftim commented Sep 10, 2019

Done
/close

@k8s-ci-robot
Copy link
Contributor

@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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Denotes an issue ready for a new contributor, according to the "help wanted" guidelines. help wanted Denotes an issue that needs help from a contributor. Must meet "help wanted" guidelines. language/en Issues or PRs related to English language lifecycle/stale Denotes an issue or PR has remained open with no activity and has become stale.
Projects
None yet
Development

No branches or pull requests

5 participants