You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/modules/stackablectl/pages/commands/release.adoc
+3-2Lines changed: 3 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -141,12 +141,13 @@ Installed release 23.7
141
141
142
142
== Upgrading Releases
143
143
144
-
As described in the xref:home::release-notes.adoc[Upgrade sections of the Release Notes], the upgrade process can be achieved by the following three steps:
144
+
As described in the xref:home::release-notes.adoc[Upgrade sections of the Release Notes], the upgrade process can be achieved by the following two steps:
145
145
146
146
. Uninstalling the previous release with `stackablectl release uninstall <RELEASE>`
147
-
. Replacing the CRDs with `kubectl replace`
148
147
. Installing the next release with `stackablectl release install <RELEASE>`
149
148
149
+
The operators maintain their own CRDs and update them automatically on startup, so no manual CRD step is required (see xref:home:concepts:maintenance/crds.adoc[]).
150
+
150
151
For convenience `stackablectl` also provides an upgrade functionality which executes those steps by itself.
0 commit comments