- Sponsor
-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore(tracking): Test demos for 25.3.0 #187
Comments
I removed the upgrade testing, but here is the original content: Outgoing Stable to new 25.3 Upgrade Testing InstructionsThese instructions are for deploying and completing the outgoing stable demo, and then
stackablectl demo install <DEMO_NAME> --release 24.11
# --- IMPORTANT ---
# Run through the stable demo instructions (refer to the tasklist above).
# Get a list of installed operators
stackablectl operator installed --output=plain
# --- OPTIONAL ---
# Sometimes it is necessary to upgrade Helm charts. Look for other Helm Charts
# which might need updating.
# First, see which charts are installed. You can ignore the stackable-operator
# charts, or anything that might have been installed outside of this demo.
helm list
# Next, add the applicable Helm Chart repositories. For example:
helm repo add minio https://charts.min.io/
helm repo add bitnami https://charts.bitnami.com/bitnami
# Finally, upgrade the Charts to what is defined in `main`.
# For example:
helm upgrade minio minio/minio --version x.x.x
helm upgrade postgresql-hive bitnami/postgresql --version x.x.x
# --- OPTIONAL END ---
# Uninstall operators for the stable release (OUTGOING_STABLE)
stackablectl release uninstall 24.11
# At this point, we assume release.yml has been updated with the new 25.3 release.
# if it hasn't, you will need to point stackablectl at a locally updated file using --release-file
# Update CRDs to nightly version (on release-25.3)
# Repeat this for every operator used by the demo (use the list from the earlier step before deleting the operators)
kubectl replace -f https://raw.githubusercontent.com/stackabletech/commons-operator/release-25.3/deploy/helm/commons-operator/crds/crds.yaml
kubectl replace -f https://raw.githubusercontent.com/stackabletech/...-operator/release-25.3/deploy/helm/...-operator/crds/crds.yaml
# Install new release operators (use the list from the earlier step before deleting the operators)
stackablectl operator install commons=25.3.0 ...
# Optionally update the product versions in the CRDs (to the latest non-experimental version for the new release), e.g.:
kubectl patch hbaseclusters/hbase --type='json' -p='[{"op": "replace", "path": "/spec/image/productVersion", "value":"x.x.x"}]' # changed |
🟢 logging Already tested as part of local |
🟢 airflow-scheduled-job No issues. |
🟢 signal-processing All pods come up and all jobs succeed, but the Grafana dashboards don't display any data. I encountered a bunch of errors when running the notebook. This is due to the data not being available yet through NiFi. The demo works fine after waiting a couple of minutes, but this delay was not present when previously testing this demo. |
🟢 hbase-hdfs-load-cycling-data No issues. |
🟢 jupyterhub-pyspark-hdfs-anomaly-detection-taxi-data No issues. |
🟢 trino-iceberg No issues. |
🟢 spark-k8s-anomaly-detection-taxi-data Hive errors
Fixes:
|
🟢 jupyterhub-keycloak No issues. |
🟢 nifi-kafka-druid-earthquake-data No issues when running. Documentation needs updating (@dervoeti volunteered :D):
|
🟢 nifi-kafka-druid-water-level-data
All those errors (depending on if the warnings in NiFi are a real problem) were mostly visual, the functionality of the demo worked fine. It might be important to fix the maps since they make the superset part look faulty and taking a look at the map charts is a significant part of the demo documentation. Outcome
|
Release Demo Testing
Part of stackabletech/issues#686
Tip
This step is mostly to check that images pull.
This is testing that the new release demos work as documented from scratch.
Note
Record any issues or anomalies during the process in a comment on this issue.
Eg:
Replace the items in the task lists below with the applicable Pull Requests (if any).
Note
At this point, the new release docs are still versioned as nightly.
Testing Demos on Nightly
25.3 from Scratch Testing Instructions
These instructions are for deploying and completing the 25.3 demo from scratch.
Tip
Be sure to select the nightly docs version on https://docs.stackable.tech/home/nightly/demos/.
The text was updated successfully, but these errors were encountered: