Skip to content

Commit d9ae1e9

Browse files
authored
Merge pull request #79972 from dpateriya/patch-19
Highlight the `oc patch etcd/cluster` command
2 parents 19f38bb + ada9398 commit d9ae1e9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

modules/etcd-tuning-parameters.adoc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ If the output is empty, the field has not been set and should be considered as t
4242
+
4343
[source,terminal]
4444
----
45-
oc patch etcd/cluster --type=merge -p '{"spec": {"controlPlaneHardwareSpeed": "<value>"}}'
45+
$ oc patch etcd/cluster --type=merge -p '{"spec": {"controlPlaneHardwareSpeed": "<value>"}}'
4646
----
4747
+
4848
The following table indicates the heartbeat interval and leader election timeout for each profile. These values are subject to change.
@@ -87,7 +87,7 @@ Control Plane Hardware Speed: ""
8787
+
8888
[source,terminal]
8989
----
90-
oc get pods -n openshift-etcd -w
90+
$ oc get pods -n openshift-etcd -w
9191
----
9292
+
9393
The following output shows the expected entries for master-0. Before you continue, wait until all masters show a status of `4/4 Running`.
@@ -126,4 +126,4 @@ $ oc describe -n openshift-etcd pod/<ETCD_PODNAME> | grep -e HEARTBEAT_INTERVAL
126126
[NOTE]
127127
====
128128
These values might not have changed from the default.
129-
====
129+
====

0 commit comments

Comments
 (0)