We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8dd56cd commit ec6de2fCopy full SHA for ec6de2f
1 file changed
docs/modules/stackablectl/pages/commands/release.adoc
@@ -158,3 +158,15 @@ Upgraded to release '25.3'
158
159
Use "stackablectl operator installed" to list installed operators.
160
----
161
+
162
+The above command only upgrades the currently installed operators.
163
+To include additional operators in the installation step, use the `--include`/`-i` subcommands and specify the desired operators.
164
165
+For example
166
+[source,console]
167
+----
168
+$ stackablectl release upgrade 25.3 -i druid -i nifi
169
170
+would upgrade the existing operators as well as install the Stackable operators for Apache Druid and Apache NiFi.
171
172
+Likewise, operators can be exluded from the upgrade using the `--exclude`/`-e` subcommands.
0 commit comments