From 3cf30299f53577abe8e327fcae45e69bd95d1e6c Mon Sep 17 00:00:00 2001 From: Brendan Burns Date: Thu, 10 Sep 2015 11:14:45 -0700 Subject: [PATCH] Add 1.1 to the roadmap. --- docs/roadmap.md | 41 ++++++++++++++++++++++++++++++++++++++++- 1 file changed, 40 insertions(+), 1 deletion(-) diff --git a/docs/roadmap.md b/docs/roadmap.md index 2b01a0c4e77..9157cda63c9 100644 --- a/docs/roadmap.md +++ b/docs/roadmap.md @@ -33,7 +33,46 @@ Documentation for other releases can be found at # Kubernetes Roadmap -We're in the process of prioritizing changes to be made after 1.0. +## Kubernetes 1.1 + +### Timeline + +We are targetting late October for our 1.1 release of Kubernetes. We plan on cutting a first release candidate +in early October. We will enter feature freeze for the 1.1 release on September 21st. Note this does not mean +that the master branch is fully frozen, but all 1.1 features *must* be in by September 21st and large-scale +refactors of the codebase will be blocked until the 1.1 release is finalized to ensure easy cherry-picks. + +### Scope + +The 1.1 release of Kubernetes will be a purely additive releases, the `v1` API will be maintained, with a set +of newly added features. + +#### Blocking Features + +The following features are considered blocking for the 1.1 release: + * Docker 1.8.x + * Graceful pod termination + * IPtables based kube-proxy (tbd if this is the default for all platforms) + * Improvements to kubectl usability and features + * Support for 250 node clusters + * Horizontal Pod autoscaling + * Support for experimental APIs and API groups. + * Job objects + +#### Nice to have features + +The following features will be part of 1.1 if complete, but will not block the release: + * Deployment API + * ScheduledJob API + * Daemon Controller + * ConfigData API + * HTTP(S) load balancer support + * Rolling update improvements + * Third party CRUD resources + +## Post 1.1 + +We're in the process of prioritizing changes to be made after 1.1. Please watch the [Github milestones] (https://github.com/kubernetes/kubernetes/milestones) for our future plans.