简体   繁体   中英

Does Kubernetes support different Docker versions in master and nodes?

I have 4 ubuntu-16.04 servers, one is Kubernetes master and remaining 3 are nodes. I want to setup the kubernetes cluster on 4 servers. while setting up the cluster(By using Kubeadm) process, I have installed different docker version on master server

  1. On master(docker version) --- 18.06
  2. On 3 nodes(docker version) ---- 17.03

Does Kubernetes support different Docker versions in master and different docker version in nodes?

As long as they are compatible with the local kubelet in each case, yes. The version of docker doesn't generally matter very much, you could even use different CRI plugins on different nodes if you wanted to.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM