Skip to content

Commit 91d5e95

Browse files
authored
Merge pull request #64595 from lahinson/osdocs-7196-etcd-tuning-parameters
[OSDOCS-7196]: Removing step about manual rollout
2 parents c842ae8 + bce38e1 commit 91d5e95

File tree

1 file changed

+0
-13
lines changed

1 file changed

+0
-13
lines changed

modules/etcd-tuning-parameters.adoc

-13
Original file line numberDiff line numberDiff line change
@@ -85,19 +85,6 @@ $ oc describe etcd/cluster | grep "Control Plane Hardware Speed"
8585
Control Plane Hardware Speed: ""
8686
----
8787

88-
. Force an etcd rollout, which restarts all etcd pods one at a time to pick up the new values, by entering the following command:
89-
+
90-
[source,terminal]
91-
----
92-
$ oc patch etcd/cluster --type=merge -p '{"spec": {"forceRedeploymentReason": "hardwareSpeedChange-'"$( date --rfc-3339=ns )"'"}}'
93-
----
94-
+
95-
.Example output
96-
[source,terminal]
97-
----
98-
etcd.operator.openshift.io/cluster patched
99-
----
100-
10188
. Wait for etcd pods to roll out:
10289
+
10390
[source,terminal]

0 commit comments

Comments
 (0)