Skip to content
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

chore: Add getting-started scripts issue template #606

Merged
merged 8 commits into from
Jul 17, 2024

Conversation

Techassi
Copy link
Member

@Techassi Techassi commented Jul 16, 2024

Part of #602, operator-templating PR: stackabletech/operator-templating#408


Preview - Updated 2024-07-16 14:30

Pre-Release Getting Started Script Updates

Part of https://github.com/stackabletech/issues/issues/TRACKING_ISSUE

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-xx.(x)x 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).

@Techassi Techassi self-assigned this Jul 16, 2024
@Techassi Techassi changed the title chore: Rename Rust deps issue template chore: Add getting-started scripts issue template Jul 16, 2024
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

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

@Techassi Techassi merged commit 92c3fa3 into main Jul 17, 2024
1 check passed
@Techassi Techassi deleted the chore/add-getting-started-scripts-template branch July 17, 2024 14:00
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