From 3ce1099c1b084b286bf3df57a4ef5317ba1f7e41 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Florian=20M=C3=BCller?= Date: Fri, 3 Jul 2026 11:41:04 +0200 Subject: [PATCH 1/2] docs: crds are installed by the operator --- docs/modules/stackablectl/pages/commands/release.adoc | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/docs/modules/stackablectl/pages/commands/release.adoc b/docs/modules/stackablectl/pages/commands/release.adoc index 80059440..ddc6971d 100644 --- a/docs/modules/stackablectl/pages/commands/release.adoc +++ b/docs/modules/stackablectl/pages/commands/release.adoc @@ -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 ` -. Replacing the CRDs with `kubectl replace` . Installing the next release with `stackablectl release install ` +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[]). + For convenience `stackablectl` also provides an upgrade functionality which executes those steps by itself. To upgrade a release, run the following command: From 28f58cfd9daeee41ad51bfbc4bef3ad3a3f62be2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Florian=20M=C3=BCller?= Date: Fri, 3 Jul 2026 12:54:30 +0200 Subject: [PATCH 2/2] Update docs/modules/stackablectl/pages/commands/release.adoc Co-authored-by: Razvan-Daniel Mihai <84674+razvan@users.noreply.github.com> --- docs/modules/stackablectl/pages/commands/release.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/modules/stackablectl/pages/commands/release.adoc b/docs/modules/stackablectl/pages/commands/release.adoc index ddc6971d..bb79c03e 100644 --- a/docs/modules/stackablectl/pages/commands/release.adoc +++ b/docs/modules/stackablectl/pages/commands/release.adoc @@ -146,7 +146,7 @@ As described in the xref:home::release-notes.adoc[Upgrade sections of the Releas . Uninstalling the previous release with `stackablectl release uninstall ` . Installing the next release with `stackablectl release install ` -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[]). +The operators maintain their own CRDs and update them automatically on startup, so no manual CRD update is required (see xref:home:concepts:maintenance/crds.adoc[]). For convenience `stackablectl` also provides an upgrade functionality which executes those steps by itself. To upgrade a release, run the following command: