-
Notifications
You must be signed in to change notification settings - Fork 0
Closed
Labels
Description
Getting Started Script Checks (Pre-Release)
Part of #686
Important
Please bump chart versions and use bitnami OCI repos.
In each operator repository, run the following commands. If any updates are
required, open a PR using the applicable link below.
# Some of the scripts are in a code/ subdirectory
# pushd docs/modules/superset/examples/getting_started
# pushd docs/modules/superset/examples/getting_started/code
pushd $(fd -td getting_started | grep examples); cd code 2>/dev/null || true
# Make a fresh cluster (~12 seconds)
kind delete cluster && kind create cluster
./getting_started.sh stackablectl
# Make a fresh cluster (~12 seconds)
kind delete cluster && kind create cluster
./getting_started.sh helm
popdTip
Create branches with predictable names so the links below work. Remember
to replace 25.3.0 with the appropriate release version:
git stash -m "unsaved work"
git fetch origin
git checkout -b fix/getting-started-pre-25.3.0 origin/mainThen use the links below to automatically create applicable PRs for each operator
using the PR template.
Replace the items in the task lists below with the applicable Pull Requests (if any).
### Getting Started Script Checks and Updates
- [ ] https://github.com/stackabletech/airflow-operator/pull/595
- [x] ~commons-operator~
- [ ] https://github.com/stackabletech/druid-operator/pull/699
- [x] ~edc-operator~
- [x] ~Update getting-started script for hbase-operator~ no non-SDP charts used. GS: OK.
- [x] ~Update getting-started script for hdfs-operator~ no non-SDP charts used. GS: OK.
- [x] ~hello-world-operator~
- [ ] https://github.com/stackabletech/hive-operator/pull/580
- [ ] https://github.com/stackabletech/kafka-operator/pull/837
- [x] ~Update getting-started script for listener-operator~ no GS script.
- [x] ~Update getting-started script for nifi-operator~ no non-SDP charts used. GS: OK.
- [x] https://github.com/stackabletech/opa-operator/pull/697
- [x] ~Update getting-started script for secret-operator~ no GS script.
- [x] ~Update getting-started script for spark-k8s-operator~ no non-SDP charts used. GS: OK.
- [ ] https://github.com/stackabletech/superset-operator/pull/603
- [x] ~Update getting-started script for trino-operator~ no non-SDP charts used. GS: OK.
- [x] ~Update getting-started script for zookeeper-operator~ no non-SDP charts used. GS: OK.
Reactions are currently unavailable