File tree Expand file tree Collapse file tree 3 files changed +11
-11
lines changed Expand file tree Collapse file tree 3 files changed +11
-11
lines changed Original file line number Diff line number Diff line change @@ -58,12 +58,12 @@ metadata:
58
58
name: openshift-multiarch-tuning-operator
59
59
namespace: openshift-multiarch-tuning-operator
60
60
spec:
61
- channel: tech-preview
61
+ channel: stable
62
62
name: multiarch-tuning-operator
63
63
source: redhat-operators
64
64
sourceNamespace: openshift-marketplace
65
65
installPlanApproval: Automatic
66
- startingCSV: multiarch-tuning-operator.v0.9 .0
66
+ startingCSV: multiarch-tuning-operator.v1.0 .0
67
67
----
68
68
69
69
.. Create the `Subscription` object by running the following command:
@@ -91,8 +91,8 @@ $ oc get csv -n openshift-multiarch-tuning-operator
91
91
.Example output
92
92
[source,terminal]
93
93
----
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
96
96
----
97
97
+
98
98
The installation is successful if the Operator is in `Succeeded` phase.
@@ -121,6 +121,6 @@ $ oc get subscription -n openshift-multiarch-tuning-operator
121
121
.Example output
122
122
[source,terminal]
123
123
----
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
126
126
----
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ You can install the Multiarch Tuning Operator by using the {product-title} web c
23
23
. Select the *Multiarch Tuning Operator* version from the *Version* list.
24
24
. Click *Install*
25
25
. Set the following options on the *Operator Installation* page:
26
- .. Set *Update Channel* to *tech-preview * .
26
+ .. Set *Update Channel* to *stable * .
27
27
.. Set *Installation Mode* to *All namespaces on the cluster* .
28
28
.. Set *Installed Namespace* to *Operator recommended Namespace* or *Select a Namespace* .
29
29
+
Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ $ oc get subscription.operators.coreos.com -n <namespace> <1>
33
33
[source,terminal]
34
34
----
35
35
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
37
37
----
38
38
39
39
. 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
47
47
.Example output
48
48
[source,terminal]
49
49
----
50
- currentCSV: multiarch-tuning-operator.v0.9 .0
50
+ currentCSV: multiarch-tuning-operator.v1.0 .0
51
51
----
52
52
53
53
. Delete the `Subscription` object by running the following command:
@@ -70,12 +70,12 @@ subscription.operators.coreos.com "openshift-multiarch-tuning-operator" deleted
70
70
----
71
71
$ oc delete clusterserviceversion <currentCSV _value > -n <namespace > <1>
72
72
----
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.
74
74
+
75
75
.Example output
76
76
[source,terminal]
77
77
----
78
- clusterserviceversion.operators.coreos.com "multiarch-tuning-operator.v0.9 .0" deleted
78
+ clusterserviceversion.operators.coreos.com "multiarch-tuning-operator.v1.0 .0" deleted
79
79
----
80
80
81
81
.Verification
You can’t perform that action at this time.
0 commit comments