Skip to content

fix(docs): Update getting-started script pre-26.3.0#802

Merged
adwk67 merged 3 commits intomainfrom
fix/getting-started-pre-26.3.0
Mar 11, 2026
Merged

fix(docs): Update getting-started script pre-26.3.0#802
adwk67 merged 3 commits intomainfrom
fix/getting-started-pre-26.3.0

Conversation

@adwk67
Copy link
Member

@adwk67 adwk67 commented Mar 10, 2026

Check and Update Getting Started Script

Part of stackabletech/issues#826
Wait for nodes and CRDs to be ready.
Change service calls to be in line with integration tests (using FQDNs).
Extend timeouts on deployments.

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

@adwk67 adwk67 self-assigned this Mar 10, 2026
@adwk67 adwk67 moved this to Development: Waiting for Review in Stackable Engineering Mar 10, 2026
@dervoeti dervoeti self-requested a review March 11, 2026 09:24
@dervoeti dervoeti moved this from Development: Waiting for Review to Development: In Review in Stackable Engineering Mar 11, 2026
@adwk67 adwk67 requested a review from dervoeti March 11, 2026 14:19
Copy link
Member

@NickLarsenNZ NickLarsenNZ left a comment

Choose a reason for hiding this comment

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

LGTM

@adwk67 adwk67 added this pull request to the merge queue Mar 11, 2026
Merged via the queue into main with commit aad813f Mar 11, 2026
10 checks passed
@adwk67 adwk67 deleted the fix/getting-started-pre-26.3.0 branch March 11, 2026 15:04
@adwk67 adwk67 moved this from Development: In Review to Development: Done in Stackable Engineering Mar 11, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

Status: Development: Done

Development

Successfully merging this pull request may close these issues.

3 participants