Skip to content

Commit 3a9ef57

Browse files
committed
chore: Add command to list installed operators
1 parent 1ba5d9f commit 3a9ef57

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/ISSUE_TEMPLATE/pre-release-demos-nightly.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,9 @@ For each demo, run the following commands:
3636
# Install demo (stable)
3737
stackablectl demo install <DEMO_NAME>
3838
39+
# Get a list of installed operators
40+
stackablectl operator installed
41+
3942
# Uninstall operators
4043
stackablectl release uninstall <CURRENT_RELEASE>
4144
@@ -44,7 +47,8 @@ stackablectl release uninstall <CURRENT_RELEASE>
4447
kubectl replace -f https://raw.githubusercontent.com/stackabletech/commons-operator/main/deploy/helm/commons-operator/crds/crds.yaml
4548
kubectl replace -f https://raw.githubusercontent.com/stackabletech/...-operator/main/deploy/helm/...-operator/crds/crds.yaml
4649
47-
# Install nightly version of operators
50+
# Install nightly version of operators (use the list from the earlier step
51+
# before deleting the operators)
4852
stackablectl operator install commons ...
4953
5054
# Optionally update the product versions in the CRDs, e.g.:

0 commit comments

Comments
 (0)