From ffde9888084db3b4b25481af3efe6cfee21ab1e8 Mon Sep 17 00:00:00 2001 From: Justin Santa Barbara Date: Thu, 2 Mar 2017 12:40:18 -0500 Subject: [PATCH] Add roadmap --- ROADMAP.md | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 ROADMAP.md diff --git a/ROADMAP.md b/ROADMAP.md new file mode 100644 index 0000000000000..0ccf06fff0734 --- /dev/null +++ b/ROADMAP.md @@ -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