Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions docs/modules/stackablectl/pages/commands/release.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -141,12 +141,13 @@ Installed release 23.7

== Upgrading Releases

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:
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:

. Uninstalling the previous release with `stackablectl release uninstall <RELEASE>`
. Replacing the CRDs with `kubectl replace`
. Installing the next release with `stackablectl release install <RELEASE>`

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[]).
Comment thread
sweb marked this conversation as resolved.
Outdated

For convenience `stackablectl` also provides an upgrade functionality which executes those steps by itself.
To upgrade a release, run the following command:

Expand Down
Loading