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

Roadmap Proposal #193

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,11 +40,12 @@ helm install karpenter karpenter/karpenter

## Docs
- [Examples](./docs/examples)
- [Working Group](./docs/working-group)
- [Developer Guide](./docs/DEVELOPER_GUIDE.md)
- [Design](./docs/DESIGN.md)
- [FAQs](./docs/FAQs.md)
- [Working Group](./docs/working-group)
- [Developer Guide](./docs/DEVELOPER_GUIDE.md)
- [Contributing](./docs/CONTRIBUTING.md)
- [Roadmap](./docs/ROADMAP.md)

## Terms
Karpenter is an early stage, experimental project that is currently maintained by AWS and available as a preview. We request that you do not use Karpenter for production workloads at this time. See details in our [terms](./docs/TERMS.md).
Expand Down
19 changes: 19 additions & 0 deletions docs/ROADMAP.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
# Roadmap
## Q1 2021
### [Feature] Pending Pods Alpha (@prateekgogia)
Enable users to scale node groups based off of pods that are unable to schedule due to resource constraints. This approach is similar to the cluster autoscaler. We expect this feature to be experimental or of "alpha" quality.

### [Feature] Scheduled Autoscaling (@njtran)
Enable users to scale based off of a predefined schedule.

## Q2 2021
### [Feature] Pending Pods (@prateekgogia)
General availability of the Pending Pods feature.

## Q2 2021
### [Performance] PID Controller for HorizontalAutoscaler
Explore [PID](https://en.wikipedia.org/wiki/PID_controller) as an alternative to proportional autoscaling for Karpenter's core algorithm.

## Q3 2021
### [Scalability] Karpenter Scale Testing
Scale testing for all of Karpenter's metrics producers. Explore 10,000 nodes, 100s of scalers, etc.