Hari Hud
3 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
|
|
@ -313,6 +313,12 @@ Upgrade etcd: |
|
|
|
ansible-playbook -b -i inventory/sample/hosts.ini cluster.yml --tags=etcd |
|
|
|
``` |
|
|
|
|
|
|
|
Upgrade etcd without rotating etcd certs: |
|
|
|
|
|
|
|
```ShellSession |
|
|
|
ansible-playbook -b -i inventory/sample/hosts.ini cluster.yml --tags=etcd --limit=etcd --skip-tags=etcd-secrets |
|
|
|
``` |
|
|
|
|
|
|
|
Upgrade kubelet: |
|
|
|
|
|
|
|
```ShellSession |
|
|
|