Skip to content

Commit 3ce1099

Browse files
committed
docs: crds are installed by the operator
1 parent 2f81ebc commit 3ce1099

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

docs/modules/stackablectl/pages/commands/release.adoc

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -141,12 +141,13 @@ Installed release 23.7
141141

142142
== Upgrading Releases
143143

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

146146
. Uninstalling the previous release with `stackablectl release uninstall <RELEASE>`
147-
. Replacing the CRDs with `kubectl replace`
148147
. Installing the next release with `stackablectl release install <RELEASE>`
149148

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+
150151
For convenience `stackablectl` also provides an upgrade functionality which executes those steps by itself.
151152
To upgrade a release, run the following command:
152153

0 commit comments

Comments
 (0)