Skip to content

Commit bce38e1

Browse files
committed
[OSDOCS-7196]: Removing step about manual rollout
1 parent 56bc98c commit bce38e1

File tree

1 file changed

+0
-13
lines changed

1 file changed

+0
-13
lines changed

modules/etcd-tuning-parameters.adoc

Lines changed: 0 additions & 13 deletions
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)