Skip to content

chore(tracking): Check and update getting-started scripts for 24.11 #657

@NickLarsenNZ

Description

@NickLarsenNZ

Pre-Release Getting Started Script Updates

Part of #647

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

popd

Tip

Create branches with predictable names so the links below work. Remember
to replace xx.(x)x with the appropriate release version:

git stash -m "unsaved work"
git fetch origin
git checkout -b fix/getting-started-pre-24.11 origin/main

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~ (no GSG)
- [x] https://github.com/stackabletech/druid-operator/pull/643
- [x] ~Update getting-started script for edc-operator~ (no GSG)
- [x] Update getting-started script for hbase-operator @NickLarsenNZ (~pending: https://github.com/stackabletech/hbase-operator/issues/508~ Not doing this release)
- [x] Update getting-started script for hdfs-operator @adwk67
- [x] ~Update getting-started script for hello-world-operator~
- [x] Update getting-started script for hive-operator @adwk67
- [x] https://github.com/stackabletech/kafka-operator/pull/778
- [x] ~Update getting-started script for listener-operator~ (no GSG)
- [x] Update getting-started script for nifi-operator @NickLarsenNZ
- [x] Update getting-started script for opa-operator @NickLarsenNZ
- [x] ~Update getting-started script for secret-operator~ (no GSG)
- [x] Update getting-started script for spark-k8s-operator @NickLarsenNZ
- [x] Update getting-started script for superset-operator @NickLarsenNZ
- [x] Update getting-started script for trino-operator @NickLarsenNZ (worked for @adwk67)
- [x] Update getting-started script for zookeeper-operator @NickLarsenNZ

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions