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.
1 parent d57c801 commit cf57ac6Copy full SHA for cf57ac6
modules/infrastructure-moving-registry.adoc
@@ -17,7 +17,7 @@ You configure the registry Operator to deploy its pods to different nodes.
17
+
18
[source,terminal]
19
----
20
-$ oc get configs.imageregistry.operator.openshift.io cluster -o yaml
+$ oc get configs.imageregistry.operator.openshift.io/cluster -o yaml
21
22
23
.Example output
@@ -55,7 +55,7 @@ status:
55
56
57
58
-$ oc edit configs.imageregistry.operator.openshift.io cluster
+$ oc edit configs.imageregistry.operator.openshift.io/cluster
59
60
61
. Add the following lines of text the `spec` section of the object:
0 commit comments