I'm facing docker version conflicts in my cluster. The master is having the version 18.03 but the worker nodes are having 17.03.2-ce. I'm using Jenkins multi pipeline to build the docker images where the latest docker container will be pulled in the slave and it is failing as the node base version is lesser than we expected. PFB
Client: Docker Engine - Community Version: 18.09.3 API version: 1.27 (downgraded from 1.39) Go version: go1.10.8
Server: Engine: Version: 17.03.2-ce API version: 1.27 (minimum version 1.12)
Our build will work for versions higher than 17.05. So I though of updating my cluster by following the link (https://cloud.google.com/kubernetes-engine/docs/how-to/upgrading-a-cluster), but I couldn't find anything specific to docker upgrade in the work nodes.
Could you please help me to upgrade the docker version in the work nodes ?
Note: Upgrade is required only in the worker nodes and not in the master (as it is having the latest- 18.03)