geroge k
geroge k

Reputation: 15

Which docker versions are supported on kubernetes 1.18 and 1.19?

I found the following description about supported docker versions in kubernetes v1.18 and 1.19 documents.

Container runtimes

The Kubernetes release notes list which versions of Docker are compatible with that version of Kubernetes.  

But I cannot find supported docker versions in the Relase Notes.
v1.18 Release Notes
v1.19 Release Notes

Also, I check the other k8s documents. v1.15 and v1.16 document describe supported docker versions.
The documents specifically list them.
v1.15 Release Notes
v1.16 Release Notes

The list of validated docker versions remains unchanged.
The current list is 1.13.1, 17.03, 17.06, 17.09, 18.06, 18.09. (#72823, #72831)

Upvotes: 0

Views: 5837

Answers (3)

JehanB
JehanB

Reputation: 26

As per https://kops.sigs.k8s.io/releases/1.19-notes/ the Docker 19.03.11 for Kubernetes 1.18+ will be supported.

Docker 19.03.11 for Kubernetes 1.18+

Upvotes: 0

Shaqil Ismail
Shaqil Ismail

Reputation: 1961

The change logs for all of the Kubernetes versions, and information on supported versions of Docker, are also specified on the following webpage,

https://github.com/kubernetes/kubernetes/tree/master/CHANGELOG

Upvotes: 0

Mr.KoopaKiller
Mr.KoopaKiller

Reputation: 3962

In fact, there is no information about docker version for 1.18 and 1.19 kubernetes version.

You can suggest documentation upgrade using this link for kubernetes team to include theses information.

Upvotes: 1

Related Questions