Skip to content

fix(docs): Update getting-started script pre-24.11 #778

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Nov 2, 2024

Conversation

adwk67
Copy link
Member

@adwk67 adwk67 commented Oct 31, 2024

Check and Update Getting Started Script

Part of stackabletech/issues#657.
Use server-side to ensure null fields are not overwritten. Port-forward on bootstrap. kcat in place of kafkacat.

N.B. may not need the external-unstable-ip once stackabletech/listener-operator#244 is merged.

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

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 Nov 2, 2024
Merged via the queue into main with commit 2d5584a Nov 2, 2024
17 checks passed
@adwk67 adwk67 deleted the fix/getting-started-pre-24.11 branch November 2, 2024 13:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

2 participants