-
-
Notifications
You must be signed in to change notification settings - Fork 12
Description
Part of stackabletech/issues#812
This is testing that upgrades from the stable release to the nightly release of the operators
and products do not negatively impact the products.
Note
Record the results (issues, anomalies, or success) during the process in a comment on this issue.
Eg:
:green_circle: **airflow-scheduled-job**
The CRD had been updated and I needed to change the following in the manifest:
...The following emojis can be used to indicate the status:
hourglass: In progress / waitingred_circle: In progress with errorsorange_circle: Completed with minor issues or anomaliesgreen_circle: Completed without issues or errors
List of demos
Replace the items in the lists below with the applicable Pull Requests (if any). Also put your
GitHub handle next to the demo to indicate a particular demo was picked up for testing.
- airflow-scheduled-job @NickLarsenNZ
- argo-cd-git-ops @NickLarsenNZ
- data-lakehouse-iceberg-trino-spark
- end-to-end-security @Techassi
- hbase-hdfs-load-cycling-data
- jupyterhub-keycloak
- jupyterhub-pyspark-hdfs-anomaly-detection-taxi-data
- logging @Techassi
- nifi-kafka-druid-earthquake-data
- nifi-kafka-druid-water-level-data
- signal-processing @Techassi
- spark-k8s-anomaly-detection-taxi-data @NickLarsenNZ
- trino-iceberg @sbernauer
- trino-taxi-data @sbernauer
List of stacks
Similar to the demos above we need to test all stacks that don't have a demo.
Replace the items in the lists below with the applicable Pull Requests (if any). Also put your
GitHub handle next to the stack to indicate a particular stack was picked up for testing.
Tip
Some of the stacks have a tutorial to follow.
-
airflow-trino-dbt(this was merged into the airflow demo and was only removed from the stacks recently: it has also been removed from the template: @adwk67 ) - monitoring
- observability @NickLarsenNZ
- openldap
- tutorial-openldap
Stable to Nightly Upgrade Testing Instructions
These instructions are for deploying and completing the stable demo, and then
upgrading operators, CRDs, and products to the nightly versions well as upgrading
the operators and CRDS.
Tip
Be sure to select the stable docs version on https://docs.stackable.tech/home/stable/demos/.
# For demo testing, , install demo (stable operators) for the stable release (25.11).
stackablectl demo install <DEMO_NAME>
# For stack testing, install stack via
stackablectl stack install <STACK_NAME>
# --- IMPORTANT ---
# Run through the (still) nightly demo/stack instructions (refer to the list above).
# Get a list of installed operators
stackablectl operator installed --output=plain
# Uninstall operators for the stable release (25.11)
stackablectl release uninstall 25.11
# Install nightly version of operators (use the list from the earlier step before deleting the operators)
# CRDs are automatically updated after the operator is installed
stackablectl release install dev -i commons -i secret -i listener -i ...
# Bump every stacklet to the version that used by the nightly demo.
# Typically, this is the latest supported version.
kubectl patch hbaseclusters/hbase --type='json' -p='[{"op": "replace", "path": "/spec/image/productVersion", "value":"x.x.x"}]' # changedMetadata
Metadata
Assignees
Labels
Type
Projects
Status