Join GitHub today
GitHub is home to over 31 million developers working together to host and review code, manage projects, and build software together.
Sign up[Proposal] Add docker engine upgrade document in swarm mode cluster #33869
Comments
This comment has been minimized.
This comment has been minimized.
Yes, this is something that needs more documentation; I see there's an issue tracking this in the docs repository docker/docker.github.io#2439, perhaps you can add a comment there? The recommended approach is to first upgrade manager nodes (one at a time, so that you don't loose quorum); after manager nodes are upgraded, upgrade your worker nodes. Depending on your situation, you may want to drain nodes before upgrading ( I'll close the issue here, because docker/docker.github.io#2439 is tracking this, and this is a documentation issue, but feel free to comment after I closed |
BSWANG commentedJun 29, 2017
•
edited
Description
Since docker
17.06.0-ce
have been released. How to upgrade swarm mode cluster' docker engine? Upgrade starting from worker or manager? And how to ensure the clusterraft
store state.