Skip to content

[OSDOCS-7196]: Removing step about manual rollout #64595

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 0 additions & 13 deletions modules/etcd-tuning-parameters.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -85,19 +85,6 @@ $ oc describe etcd/cluster | grep "Control Plane Hardware Speed"
Control Plane Hardware Speed: ""
----

. Force an etcd rollout, which restarts all etcd pods one at a time to pick up the new values, by entering the following command:
+
[source,terminal]
----
$ oc patch etcd/cluster --type=merge -p '{"spec": {"forceRedeploymentReason": "hardwareSpeedChange-'"$( date --rfc-3339=ns )"'"}}'
----
+
.Example output
[source,terminal]
----
etcd.operator.openshift.io/cluster patched
----

. Wait for etcd pods to roll out:
+
[source,terminal]
Expand Down