-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
pin Docker to 18.09 #257
Comments
/priority important-longterm |
Doesn't this break CRI detection for older kubernetes? |
on the kubeadm side, not if we but yes, older kubeadm binaries will not recognize 18.09 or even 18.06. problem here is that the Docker file for the base image needs to be "templated" the same way we handle different kubeadm config versions. |
And that won't cause any other issues? I hadn't had a chance to dig into this yet.
I'd like to avoid that, kind should support the 3 current kubernetes versions + master branch at minimum and not be dependent on image features to work. Another option might be dropping down to containerd so we aren't yet another CI task depending on dockershim, but I think having docker available is probably most user-friendly. |
|
so we had a chat about this today at the kubeadm office hours. /priority backlog |
/remove-priority important-longterm |
For the time being, there will be no big problem.
If there is a very abnormal situation, I will feedback. 😆 |
Thanks. I do remember we at least saw some dind issues with 18.09 ref #136 |
let's close the docker related tickets and decide to upgrade once upstream moves as well. |
@neolit123: Closing this issue. In response to this:
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. |
* Fix typo in azure validation * Clean message
kubeadm moved to recommending 18.09:
https://github.com/kubernetes/kubernetes/pull/73457/files
logging an issue to see if there are objections:
https://github.com/kubernetes-sigs/kind/blob/master/images/base/Dockerfile#L75
The text was updated successfully, but these errors were encountered: