Browse Source
Merge pull request #2984 from mattymo/docker_tag
add docker upgrade tag doc
pull/2970/merge
Rong Zhang
6 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
6 additions and
0 deletions
-
docs/upgrades.md
|
|
@ -92,6 +92,12 @@ These commands are useful only for upgrading fully-deployed, healthy, existing |
|
|
|
hosts. This will definitely not work for undeployed or partially deployed |
|
|
|
hosts. |
|
|
|
|
|
|
|
Upgrade docker: |
|
|
|
|
|
|
|
``` |
|
|
|
ansible-playbook -b -i inventory/sample/hosts.ini cluster.yml --tags=docker |
|
|
|
``` |
|
|
|
|
|
|
|
Upgrade etcd: |
|
|
|
|
|
|
|
``` |
|
|
|