-
Notifications
You must be signed in to change notification settings - Fork 14.5k
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/concepts/overview/working-with-objects/namespaces/ #10889
Comments
@tpstaples "kubectl api-resources" command is only exists in v1.11 and later versions. The default version of site-docs is following the K8S release, and now the "https://kubernetes.io/docs/concepts/overview/working-with-objects/namespaces/" is describe the v1.12. You can select a different version via the drop down button in the top right corner of the page. |
If there are no more questions, I will close this issue, thanks. The following is the execution result of v1.12, for reference. 😃
|
/close |
@warmchang: 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...
Problem:
At the bottom of the page it talks about "kubectl api-resources" command.
I am running version v1.10.0 of kubectl and that command is invalid. Here's the output i see.
$> kubectl api-resources --namespaced=true
Error: unknown command "api-resources" for "kubectl"
Run 'kubectl --help' for usage.
unknown command "api-resources" for "kubectl"
Proposed Solution:
update documentation to say in which versions of kubectl that command will work.
Page to Update:
https://kubernetes.io/docs/concepts/overview/working-with-objects/namespaces/
$> kubectl version
Client Version: version.Info{Major:"1", Minor:"10", GitVersion:"v1.10.0", GitCommit:"fc32d2f3698e36b93322a3465f63a14e9f0eaead", GitTreeState:"clean", BuildDate:"2018-03-26T16:55:54Z", GoVersion:"go1.9.3", Compiler:"gc", Platform:"darwin/amd64"}
Server Version: version.Info{Major:"1", Minor:"9", GitVersion:"v1.9.11", GitCommit:"1bfeeb6f212135a22dc787b73e1980e5bccef13d", GitTreeState:"clean", BuildDate:"2018-09-28T21:35:22Z", GoVersion:"go1.9.3", Compiler:"gc", Platform:"linux/amd64"}
The text was updated successfully, but these errors were encountered: