-
Notifications
You must be signed in to change notification settings - Fork 716
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
Consider adding kubeadm util fetch-ci-image [commit]? #101
Comments
I'd rather bring back support of ci/* from initial versions of --use-kubernetes-version, but that require pushing images to registry (and hopefully PR images too). |
This would be very useful for e2e testing but I somewhat agree with @kad, tighter integration with --version would be nice. @pipejakob |
Basically, we only have to start pushing CI images to the |
(I do think the pushing the images automatically and having version support those images OOTB is a much better solution, just posted the alternative here) |
That also works. |
See also #34. |
Closing in favor for #238 which will be the real solution |
I just threw together a small script for myself for testing against k8s head:
Should we provide this functionality through a
kubeadm util
command or it is out of scope?This is a discussion thread.
On the other hand, this could be fixed with making the CI automatically push the images it's building to
gcr.io/kubernetes-release-dev
or something and make kubeadm understand--use-kubernetes-version ci/latest
for example. What are you in favor of?Quite many users have asked for this, so bringing it up here
@jbeda @mikedanese @roberthbailey @errordeveloper @lukemarsden @dgoodwin
The text was updated successfully, but these errors were encountered: