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

kubeadm should enable apiVersion batch/v2alpha1 and batch/v1beta1 for CronJob #2190

Closed
Morriz opened this issue Nov 14, 2017 · 3 comments
Closed

Comments

@Morriz
Copy link

Morriz commented Nov 14, 2017

Reopening #1977 since this is not sufficient for us who need to be able to run v2alpha1. Any idea how that is possible otherwise?

I am using gcr.io/google_containers/kube-state-metrics:v1.1.0 which is referring to the v2alpha1 version and can't find it. I tried to rebuild that image for the newer version but failed. I would love to be able to use the old alpha version now, instead of waiting for the new image.

@ijl
Copy link
Contributor

ijl commented Nov 14, 2017

@Morriz I think you can now configure kubeadm as in #2037. This was't possible when the original issue was opened.

@r2d4
Copy link
Contributor

r2d4 commented Nov 14, 2017

Correct, you should be able to configure the apiserver with

--extra-config=apiserver.runtime-config=api/all=false,api/v1=true --bootstrapper=kubeadm

@r2d4
Copy link
Contributor

r2d4 commented Nov 16, 2017

Closing this, let us know if you're still having trouble.

@r2d4 r2d4 closed this as completed Nov 16, 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