Skip to content
Snippets Groups Projects
Unverified Commit d5b865da authored by Hari Hud's avatar Hari Hud Committed by GitHub
Browse files

Update etcd without rotating etcd certs (#7907)

parent 89993e48
Branches
Tags
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment