Skip to content

Commit 1a59f11

Browse files
authored
Update pre-release-upgrade-testing.md
1 parent 9b4f6de commit 1a59f11

1 file changed

Lines changed: 6 additions & 13 deletions

File tree

.github/ISSUE_TEMPLATE/pre-release-upgrade-testing.md

Lines changed: 6 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -113,21 +113,14 @@ stackablectl stack install <STACK_NAME>
113113
# --- IMPORTANT ---
114114
# Run through the (still) nightly demo/stack instructions (refer to the list above).
115115
116-
# Get a list of installed operators
117-
stackablectl operator installed --output=plain
118-
119-
# Uninstall operators for the stable release (OO.M)
120-
stackablectl release uninstall OO.M
121-
122-
# Update CRDs to nightly version (on main)
123-
# Repeat this for every operator used by the demo (use the list from the earlier step before deleting the operators)
124-
kubectl replace -f https://raw.githubusercontent.com/stackabletech/commons-operator/main/deploy/helm/commons-operator/crds/crds.yaml
125-
kubectl replace -f https://raw.githubusercontent.com/stackabletech/...-operator/main/deploy/helm/...-operator/crds/crds.yaml
126-
127-
# Install nightly version of operators (use the list from the earlier step before deleting the operators)
128-
stackablectl release install dev -i commons -i secret -i listener -i ...
116+
# Install nightly version of operators
117+
stackablectl release upgrade dev
129118
130119
# Bump every stacklet to the version that used by the nightly demo.
131120
# Typically, this is the latest supported version.
132121
kubectl patch hbaseclusters/hbase --type='json' -p='[{"op": "replace", "path": "/spec/image/productVersion", "value":"x.x.x"}]' # changed
122+
123+
# Check that the operator logs look good (no unexpected errors etc.)
124+
125+
# Run through the (still) nightly demo/stack instructions again.
133126
```

0 commit comments

Comments
 (0)