File tree Expand file tree Collapse file tree 1 file changed +12
-0
lines changed
docs/modules/stackablectl/pages/commands Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Original file line number Diff line number Diff line change @@ -158,3 +158,15 @@ Upgraded to release '25.3'
158158
159159Use "stackablectl operator installed" to list installed operators.
160160----
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.
You can’t perform that action at this time.
0 commit comments