stackabletech / stackabletech/stackablectl
Check if the requested demo/stack exists before deploying kind cluster
Open
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
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- 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