forked from kubernetes/kops
-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
31 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
# ROADMAP | ||
|
||
# 1.6 | ||
|
||
## Must-have features | ||
|
||
* Support for k8s 1.6 | ||
* RBAC enabled by default | ||
* etcd version selection (probably etc3 by default) | ||
|
||
## Other features we are working on in the 1.6 timeframe | ||
|
||
* Support for GCE | ||
* Support for ContainerOS | ||
* Some support for bare-metal | ||
* Some support for more cloud providers | ||
* Some IAM integration | ||
* Federation made easy | ||
* Authentication made easy | ||
* Integration with kubeadm | ||
* CloudFormation integration on AWS | ||
|
||
# 1.7 | ||
|
||
## Must-have features | ||
|
||
* Support for k8s 1.7 | ||
|
||
## Other features we are working on in the 1.7 timeframe | ||
|
||
* kops server for better team scenarios |