Getting Started Script Checks (Release)
Part of #686
Tip
This step is mostly to check that images pull.
In each operator repository, run the following commands. If any updates are
required, open a PR using the applicable link below.
git checkout release-25.3
# 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
popd
Tip
Create branches with predictable names so the links below work. Remember
to replace 25.3 and 25.3.0 with the appropriate release version:
git stash -m " unsaved work"
git fetch origin
git checkout -b fix/getting-started-25.3.0 origin/release-25.3
Then 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
- [x] Update getting-started script for airflow-operator @adwk67
- [x] ~Update getting-started script for commons-operator~
- [x] Update getting-started script for druid-operator @Techassi
- [x] ~Update getting-started script for edc-operator~
- [x] Update getting-started script for hbase-operator @Techassi
- [x] Update getting-started script for hdfs-operator @Techassi
- [x] ~Update getting-started script for hello-world-operator~
- [x] Update getting-started script for hive-operator @adwk67
- [x] Update getting-started script for kafka-operator @adwk67
- [x] ~Update getting-started script for listener-operator~
- [x] Update getting-started script for nifi-operator @adwk67
- [x] Check getting-started script for opa-operator @NickLarsenNZ
- [x] ~Update getting-started script for secret-operator~
- [x] Update getting-started script for spark-k8s-operator @razvan
- [x] Check getting-started script for superset-operator @NickLarsenNZ
- [x] Check getting-started script for trino-operator @NickLarsenNZ
- [x] Check getting-started script for zookeeper-operator @NickLarsenNZ
Getting Started Script Checks (Release)
Part of #686
Tip
This step is mostly to check that images pull.
In each operator repository, run the following commands. If any updates are
required, open a PR using the applicable link below.
Tip
Create branches with predictable names so the links below work. Remember
to replace
25.3and25.3.0with the appropriate release version:git stash -m "unsaved work" git fetch origin git checkout -b fix/getting-started-25.3.0 origin/release-25.3Then 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).