Skip to content

fix(docs): Update getting-started script pre-25.7.0 - #648

Merged
NickLarsenNZ merged 1 commit into
mainfrom
fix/getting-started-pre-25.7.0
Jul 14, 2025
Merged

fix(docs): Update getting-started script pre-25.7.0#648
NickLarsenNZ merged 1 commit into
mainfrom
fix/getting-started-pre-25.7.0

Conversation

@NickLarsenNZ

@NickLarsenNZ NickLarsenNZ commented Jul 14, 2025

Copy link
Copy Markdown
Member

Increase the timeout to 30 minutes for the superset-load-examples Job.
It can take up to 18 minutes (depending on external factors)

Check and Update Getting Started Script

Part of stackabletech/issues#742

Note

During a Stackable release we need to check (and optionally update) the
getting-started scripts to ensure they still work after product and operator
updates.

# 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

It can take up to 18 minutes (depending on external factors)

@razvan razvan left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

didn't test but I guess it can't hurt

@NickLarsenNZ
NickLarsenNZ added this pull request to the merge queue Jul 14, 2025
Merged via the queue into main with commit fc7d8f0 Jul 14, 2025
17 checks passed
@NickLarsenNZ
NickLarsenNZ deleted the fix/getting-started-pre-25.7.0 branch July 14, 2025 12:31
@sbernauer sbernauer moved this from Development: Waiting for Review to Development: Done in Stackable Engineering Jul 16, 2025
@lfrancke lfrancke moved this from Development: Done to Done in Stackable Engineering Jul 22, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

Archived in project

Development

Successfully merging this pull request may close these issues.

4 participants