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

Have to disambiguate between deployment APIs is cumbersome #2

Open
ahmetb opened this issue Dec 23, 2019 · 1 comment
Open

Have to disambiguate between deployment APIs is cumbersome #2

ahmetb opened this issue Dec 23, 2019 · 1 comment

Comments

@ahmetb
Copy link
Owner

ahmetb commented Dec 23, 2019

$ kubectl tree deploy nginx
Error: ambiguous kind "deploy". use one of these as the KIND disambiguate: [deployments.v1beta1.extensions, deployments.v1.apps]

This is because both extensions/v1beta1 and apps/v1 are returned as "preferred" API resources from the kube-apiserver. Maybe we use filter to eliminate one.

@ahmetb ahmetb changed the title Have to disambiguate deployment objects Have to disambiguate between deployment APIs is cumbersome Dec 23, 2019
@ahmetb
Copy link
Owner Author

ahmetb commented Jan 2, 2020

Pushed a temporary change that makes an exception for Deployment and Service objects.

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

1 participant