thoughtbot / thoughtbot/flightdeck
Validate that node groups counts are multiple of the availability zone count
Open
Nobody has claimed this yet.
aws
- Dominant language
- HCL
- Stars
- 100
- Forks
- 11
- Avg merge
- 7h 37m
- Merged PRs (30d)
- 3
Description
We currently round up the number of nodes in autoscaling groups, but it would be better to fail if impossible number is specified.
Contributor guide
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
The issue names no files or tests. Locate the Terraform module entry point that defines node groups and availability-zone counts, then inspect how autoscaling counts are rounded; done means impossible counts are rejected rather than rounded up, with the relevant validation or module tests passing.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- kubernetes, terraform
- Domain
- cloud, infrastructure
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100