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/concepts/overview/working-with-objects/namespaces/ #11542

Closed
1 of 2 tasks
Skeeve opened this issue Dec 5, 2018 · 3 comments
Closed
1 of 2 tasks

Comments

@Skeeve
Copy link

Skeeve commented Dec 5, 2018

This is a...

  • Feature Request
  • Bug Report

Problem:

$ kubectl api-resources --namespaced=true
Error: unknown command "api-resources" for "kubectl"

Proposed Solution:

No idea

Page to Update:
https://kubernetes.io/...

Kubernetes Version:

$ kubectl version
Client Version: version.Info{Major:"1", Minor:"10", GitVersion:"v1.10.7", GitCommit:"0c38c362511b20a098d7cd855f1314dad92c2780", GitTreeState:"clean", BuildDate:"2018-08-20T10:09:03Z", GoVersion:"go1.9.3", Compiler:"gc", Platform:"darwin/amd64"}
Server Version: version.Info{Major:"1", Minor:"10+", GitVersion:"v1.10.7-gke.11", GitCommit:"fa90543563c9cfafca69128ce8cd9ecd5941940f", GitTreeState:"clean", BuildDate:"2018-11-08T20:22:21Z", GoVersion:"go1.9.3b4", Compiler:"gc", Platform:"linux/amd64"}

@nikhita
Copy link
Member

nikhita commented Dec 5, 2018

Client Version: version.Info{Major:"1", Minor:"10",

This feature was added in 1.11 in kubernetes/kubernetes#42873. You'll need to be on a v1.11+ cluster for this to work.

Fwiw I can verify that it works on a 1.11+ cluster.
/close

@k8s-ci-robot
Copy link
Contributor

@nikhita: Closing this issue.

In response to this:

Client Version: version.Info{Major:"1", Minor:"10",

This feature was added in 1.11 in kubernetes/kubernetes#42873. You'll need to be on a v1.11+ cluster for this to work.

Fwiw I can verify that it works on a 1.11+ cluster.
/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.

@Skeeve
Copy link
Author

Skeeve commented Dec 5, 2018

Thanks! Didn't notice.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants