Skip to content

Commit

Permalink
Updates KI docs (#851)
Browse files Browse the repository at this point in the history
Co-authored-by: Steven Smith <[email protected]>
  • Loading branch information
stevsmit and Steven Smith authored Nov 28, 2023
1 parent 782becc commit 3d48434
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions modules/operator-upgrade.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ quayregistry-quay-config-editor-c866f64c4-68gtb 1/1 Running 0
$ oc delete route quayregistry-quay-config-editor
----

. Obtain the `quay-quay-config-editor` deployment object by entering the following command:
. Obtain the `quayregistry-quay-config-editor` deployment object by entering the following command:
+
[source,terminal]
----
Expand All @@ -99,43 +99,43 @@ $ oc get deployment
[source,terminal]
----
---
quay-quay-config-editor
quayregistry-quay-config-editor
---
----

. Remove the `quay-quay-config-editor` deployment object by entering the following command:
. Remove the `quayregistry-quay-config-editor` deployment object by entering the following command:
+
[source,terminal]
----
$ oc delete route quayregistry-quay-config-editor
$ oc delete deployment quayregistry-quay-config-editor
----

. Obtain the `quay-quay-config-editor` service object by entering the following command:
. Obtain the `quayregistry-quay-config-editor` service object by entering the following command:
+
[source,terminal]
----
$ $ oc get svc | grep config
$ oc get svc | grep config-editor
----
+
.Example output
+
[source,terminal]
----
quay-quay-config-editor ClusterIP 172.30.219.194 <none> 80/TCP 6h15m
quayregistry-quay-config-editor ClusterIP 172.30.219.194 <none> 80/TCP 6h15m
----

. Remove the `quay-quay-config-editor` service object by entering the following command:
. Remove the `quayregistry-quay-config-editor` service object by entering the following command:
+
[source,terminal]
----
$ oc delete service quay-quay-config-editor
$ oc delete service quayregistry-quay-config-editor
----

. Obtain the `quayregistry-quay-config-editor-credentials` secret by entering the following command:
+
[source,terminal]
----
$ oc get secret | grep editor
$ oc get secret | grep config-editor
----
+
.Example output
Expand Down

0 comments on commit 3d48434

Please sign in to comment.