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

Deployment selector does not seem to work #3

Closed
keslerm opened this issue Aug 25, 2017 · 6 comments
Closed

Deployment selector does not seem to work #3

keslerm opened this issue Aug 25, 2017 · 6 comments

Comments

@keslerm
Copy link

keslerm commented Aug 25, 2017

Trying to use a deployment as the selector against a 1.5.7 cluster does not return any pods

└> kail --deploy modeler --dry-run
NAMESPACE NAME NODE

Matching on the RS directly does work however.

@boz
Copy link
Owner

boz commented Aug 25, 2017

Hmm. Are your deployments in the extensions/v1beta1 group? kail is looking for apps/v1beta1 deployments (kube 1.6+).

I think it's not too difficult to support both flavors.

@keslerm
Copy link
Author

keslerm commented Aug 25, 2017

@boz yep that looks like it, they are in extensions/v1beta1

@kenden
Copy link
Contributor

kenden commented Sep 26, 2017

Bug confirmed with deployments in extensions/v1beta1

@boz
Copy link
Owner

boz commented Sep 26, 2017

This is frankly pretty low on my priority list; I don't know if/when I'll be able to get to it.

Best thing to do would be to upgrade to apps/v1beta1; extensions/v1beta1 has been superseded by this for some time now.

@boz
Copy link
Owner

boz commented Oct 25, 2017

Closing for now. Will reopen and address if/when I have time to handle this in https://github.com/boz/kcache

@boz boz closed this as completed Oct 25, 2017
boz added a commit to boz/kcache that referenced this issue Nov 3, 2017
@boz
Copy link
Owner

boz commented Nov 3, 2017

@keslerm I've found a solution to this. Sorry for the delay.

@boz boz reopened this Nov 3, 2017
boz added a commit that referenced this issue Nov 3, 2017
@boz boz closed this as completed Nov 3, 2017
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