File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed
docs-source/content/userguide/managing-operators/installation Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -89,7 +89,8 @@ $ helm install weblogic-operator weblogic-operator/weblogic-operator
89
89
{{% notice note %}}
90
90
Because operator 3.0.0 introduces _ non-backward compatible_ changes, you cannot use ` helm upgrade ` to upgrade
91
91
a 2.6.0 operator to a 3.x operator. Instead, you must delete the 2.6.0 operator and then install the
92
- 3.x operator.
92
+ 3.x operator.
93
+ {{% /notice %}}
93
94
94
95
The deletion of the 2.6.0 operator will _ not affect_ the Domain CustomResourceDefinition (CRD) and will _ not stop_ any
95
96
WebLogic Server instances already running.
@@ -105,8 +106,6 @@ $ helm delete weblogic-operator -n weblogic-operator-namespace
105
106
106
107
Then install the 3.0.0 operator using the [ installation] ( #install-the-operator-helm-chart ) instructions above.
107
108
108
- {{% /notice %}}
109
-
110
109
The following instructions will be applicable to upgrade operators within the 3.x release family
111
110
as additional versions are released.
112
111
You can’t perform that action at this time.
0 commit comments