-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Docker 18 upgrade #165
Comments
https://github.com/kubernetes/kubernetes/blob/master/CHANGELOG-1.11.md "The validated docker versions are the same as for v1.10: 1.11.2 to 1.13.1 and 17.03.x." https://github.com/kubernetes/kubernetes/blob/master/CHANGELOG-1.12.md "The list of validated docker versions was updated to 1.11.1, 1.12.1, 1.13.1, 17.03, 17.06, 17.09, 18.06." Unless AWS independently validates Docker 18.06 on K8s 1.11, I'd guess they'll wait until releasing 1.12+ on EKS. |
Thanks! Any ETA for 1.12+ on EKS? |
We are working on 18.06 and k8s 1.11 without any issues. But docker version should be user decision so I think the best approach would be to allow to define docker version during build. See: #144 |
As @kinghajj stated, the supported version of docker for Kuberentes 1.10 and 1.11 is 17.03, and EKS has validated docker 17.06 for those versions of Kubernetes. In Kubernetes 1.12, 18.06 is supported, and we'll be updating our AMI to use the newer version. #144 does provide a configurable option for using a different version of docker, once that reverts to the same CNI version we can merge the PR. You can follow along on aws/containers-roadmap#24 for Kubernetes 1.12 on EKS, and watch issues in that repo for other versions. |
What is the plan to update the AMI with Docker 18?
The text was updated successfully, but these errors were encountered: