Skip to content

Commit 6478b25

Browse files
committed
OSDOCS#11845:MTO Operator Upgrate from TP to GA
1 parent f2eb662 commit 6478b25

File tree

3 files changed

+11
-11
lines changed

3 files changed

+11
-11
lines changed

modules/multi-arch-installing-using-cli.adoc

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -58,12 +58,12 @@ metadata:
5858
name: openshift-multiarch-tuning-operator
5959
namespace: openshift-multiarch-tuning-operator
6060
spec:
61-
channel: tech-preview
61+
channel: stable
6262
name: multiarch-tuning-operator
6363
source: redhat-operators
6464
sourceNamespace: openshift-marketplace
6565
installPlanApproval: Automatic
66-
startingCSV: multiarch-tuning-operator.v0.9.0
66+
startingCSV: multiarch-tuning-operator.v1.0.0
6767
----
6868

6969
.. Create the `Subscription` object by running the following command:
@@ -91,8 +91,8 @@ $ oc get csv -n openshift-multiarch-tuning-operator
9191
.Example output
9292
[source,terminal]
9393
----
94-
NAME DISPLAY VERSION REPLACES PHASE
95-
multiarch-tuning-operator.v0.9.0 Multiarch Tuning Operator 0.9.0 Succeeded
94+
NAME DISPLAY VERSION REPLACES PHASE
95+
multiarch-tuning-operator.v1.0.0 Multiarch Tuning Operator 1.0.0 multiarch-tuning-operator.v0.9.0 Succeeded
9696
----
9797
+
9898
The installation is successful if the Operator is in `Succeeded` phase.
@@ -121,6 +121,6 @@ $ oc get subscription -n openshift-multiarch-tuning-operator
121121
.Example output
122122
[source,terminal]
123123
----
124-
NAME PACKAGE SOURCE CHANNEL
125-
multiarch-tuning-operator multiarch-tuning-operator multiarch-tuning-operator-catalog tech-preview
124+
NAME PACKAGE SOURCE CHANNEL
125+
multiarch-tuning-operator multiarch-tuning-operator redhat-operators stable
126126
----

modules/multi-arch-installing-using-web-console.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ You can install the Multiarch Tuning Operator by using the {product-title} web c
2323
. Select the *Multiarch Tuning Operator* version from the *Version* list.
2424
. Click *Install*
2525
. Set the following options on the *Operator Installation* page:
26-
.. Set *Update Channel* to *tech-preview*.
26+
.. Set *Update Channel* to *stable*.
2727
.. Set *Installation Mode* to *All namespaces on the cluster*.
2828
.. Set *Installed Namespace* to *Operator recommended Namespace* or *Select a Namespace*.
2929
+

modules/multi-arch-uninstalling-using-cli.adoc

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ $ oc get subscription.operators.coreos.com -n <namespace> <1>
3333
[source,terminal]
3434
----
3535
NAME PACKAGE SOURCE CHANNEL
36-
openshift-multiarch-tuning-operator multiarch-tuning-operator redhat-operators tech-preview
36+
openshift-multiarch-tuning-operator multiarch-tuning-operator redhat-operators stable
3737
----
3838

3939
. Get the `currentCSV` value for the Multiarch Tuning Operator by running the following command:
@@ -47,7 +47,7 @@ $ oc get subscription.operators.coreos.com <subscription_name> -n <namespace> -o
4747
.Example output
4848
[source,terminal]
4949
----
50-
currentCSV: multiarch-tuning-operator.v0.9.0
50+
currentCSV: multiarch-tuning-operator.v1.0.0
5151
----
5252

5353
. Delete the `Subscription` object by running the following command:
@@ -70,12 +70,12 @@ subscription.operators.coreos.com "openshift-multiarch-tuning-operator" deleted
7070
----
7171
$ oc delete clusterserviceversion <currentCSV_value> -n <namespace> <1>
7272
----
73-
<1> Replace `<currentCSV>` with the `currentCSV` value for the Multiarch Tuning Operator. For example: `multiarch-tuning-operator.v0.9.0`. Replace `<namespace>` with the name of the namespace where you want to uninstall the Multiarch Tuning Operator.
73+
<1> Replace `<currentCSV>` with the `currentCSV` value for the Multiarch Tuning Operator. For example: `multiarch-tuning-operator.v1.0.0`. Replace `<namespace>` with the name of the namespace where you want to uninstall the Multiarch Tuning Operator.
7474
+
7575
.Example output
7676
[source,terminal]
7777
----
78-
clusterserviceversion.operators.coreos.com "multiarch-tuning-operator.v0.9.0" deleted
78+
clusterserviceversion.operators.coreos.com "multiarch-tuning-operator.v1.0.0" deleted
7979
----
8080

8181
.Verification

0 commit comments

Comments
 (0)