We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 520e45b + 6af04bc commit 218ab68Copy full SHA for 218ab68
modules/etcd-increase-db.adoc
@@ -67,7 +67,7 @@ The etcd Operator automatically rolls out the etcd instances with the new values
67
+
68
[source,terminal]
69
----
70
-oc get pods -n openshift-etcd
+$ oc get pods -n openshift-etcd
71
72
73
The following output shows the expected entries.
@@ -192,4 +192,4 @@ $ oc patch etcd/cluster --type=merge -p '{"spec": {"backendQuotaGiB": 8}}'
192
The Etcd "cluster" is invalid: spec.backendQuotaGiB: Invalid value: "integer": etcd backendQuotaGiB may not be decreased
193
194
195
-. To resolve this issue, specify an integer greater than `10`.
+. To resolve this issue, specify an integer greater than `10`.
0 commit comments