stackabletech / stackabletech/stackablectl

Check if the requested demo/stack exists before deploying kind cluster

Open
#190 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
Rust
Stars
10
Forks
5
Avg merge
4h 41m
Merged PRs (30d)
4

Description

When running stackablectl it does not check to see if the stack or demo exists prior to creating a kind cluster. It should test the parameters are valid before deploying a cluster to avoid confusion and delay.

╰─ stackablectl stack install thisDoesNotExist --kind-cluster
[INFO ] Creating kind cluster stackable-data-platform
Creating cluster "stackable-data-platform" ...
 ✓ Ensuring node image (kindest/node:v1.24.0) 🖼
⢎⡱ Preparing nodes 📦 📦 📦 📦

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start from the stackablectl stack install command and trace the validation path before kind cluster creation. Reproduce with the invalid demo name shown in the issue; done means invalid stack or demo parameters are rejected before a kind cluster is created.

Written by the indexing model from the issue text.

Assessment

Tech stack
kubernetes, rust
Domain
cli, infrastructure
Issue type
Bug
Difficulty
3/5
Estimated time
1-2 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
45/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.