diff --git a/README.md b/README.md index efb6039c1d96..919e8d7e823b 100644 --- a/README.md +++ b/README.md @@ -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). diff --git a/docs/ROADMAP.md b/docs/ROADMAP.md new file mode 100644 index 000000000000..0bb7863e3764 --- /dev/null +++ b/docs/ROADMAP.md @@ -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.