Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
K
Kubespray
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Model registry
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Mirror
Kubespray
Commits
d5b865da
Unverified
Commit
d5b865da
authored
Aug 26, 2021
by
Hari Hud
Committed by
GitHub
Aug 26, 2021
Browse files
Options
Downloads
Patches
Plain Diff
Update etcd without rotating etcd certs (#7907)
parent
89993e48
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
docs/upgrades.md
+6
-0
6 additions, 0 deletions
docs/upgrades.md
with
6 additions
and
0 deletions
docs/upgrades.md
+
6
−
0
View file @
d5b865da
...
@@ -313,6 +313,12 @@ Upgrade etcd:
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment