mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2025-12-14 13:54:37 +03:00
Update etcd without rotating etcd certs (#7907)
This commit is contained in:
@@ -313,6 +313,12 @@ Upgrade etcd:
|
|||||||
ansible-playbook -b -i inventory/sample/hosts.ini cluster.yml --tags=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:
|
Upgrade kubelet:
|
||||||
|
|
||||||
```ShellSession
|
```ShellSession
|
||||||
|
|||||||
Reference in New Issue
Block a user