I'm going to upgrade my Kubernetes cluster to the version 1.8.7
. Does anybody know which docker version is best compatible with it?
This is what I found on the Kubernetes official page, but I suppose it might be for the latest k8s release (1.9
)?
On each of your machines, install Docker. Version v1.12 is recommended, but v1.11, v1.13 and 17.03 are known to work as well. Versions 17.06+ might work, but have not yet been tested and verified by the Kubernetes node team.
Thank you!
According to the kubernetes v1.8.0 changelog
So any of these version should work fine.