@@ -12,6 +12,15 @@ important to the future of Deis.
1212Given the project's rapid :ref: `Release Schedule, <release_schedule >` roadmap items are designed to provide a sense of
1313direction over many releases.
1414
15+ Deis v2
16+ -------
17+
18+ Much of the Deis team's efforts are focused on Deis v2, which will see the Deis
19+ platform running on Kubernetes.
20+
21+ For details on Deis v2, see the `Deis v2 Design Document `_
22+ and issues with the `v2 `_ tag.
23+
1524Etcd Hardening
1625--------------
1726
@@ -63,15 +72,6 @@ Deis will standardize the monitoring interfaces and provide open source agent(s)
6372
6473This feature is tracked as GitHub issue `#3699 `_.
6574
66- Stateless Logger
67- ----------------
68- Users who have elected to run a Ceph-less cluster give up application logs since
69- ``deis-controller `` has nowhere to store them. To alleviate this, we plan to implement an in-memory ring buffer
70- for the ``deis-logger `` component, so that a reasonable period of recent logs is stored and can be queried with
71- ``deis logs ``.
72-
73- This feature is tracked as GitHub issue `#4000 `_.
74-
7575Internal Service Discovery
7676--------------------------
7777To provide a better container networking experience, Deis must provide
@@ -125,13 +125,13 @@ This feature is tracked as GitHub issue `#231`_.
125125.. _`#2106` : https://github.com/deis/deis/issues/2106
126126.. _`#3072` : https://github.com/deis/deis/issues/3072
127127.. _`#3699` : https://github.com/deis/deis/issues/3699
128- .. _`#4000` : https://github.com/deis/deis/issues/4000
129128.. _`#4222` : https://github.com/deis/deis/issues/4222
130129.. _`#4345` : https://github.com/deis/deis/issues/4345
131130.. _`#4404` : https://github.com/deis/deis/issues/4404
132131.. _`Automatic CoreOS upgrades` : https://github.com/deis/deis/issues/1043
133132.. _`CoreUpdate` : https://coreos.com/docs/coreupdate/custom-apps/coreupdate-protocol/
134133.. _`Deis Push` : https://github.com/deis/deis/issues/2680
134+ .. _`Deis v2 Design Document` : https://github.com/deis/deis/issues/4582
135135.. _`Docker Registry v2` : https://github.com/deis/deis/issues/3814
136136.. _`Google Omaha Protocol` : https://code.google.com/p/omaha/wiki/ServerProtocol
137137.. _`Interactive Deis Run` : https://github.com/deis/deis/issues/117
@@ -143,3 +143,4 @@ This feature is tracked as GitHub issue `#231`_.
143143.. _`Teams` : https://github.com/deis/deis/issues/4173
144144.. _`TTY Broker component` : https://github.com/deis/deis/issues/3808
145145.. _`Update client/agent` : https://github.com/deis/deis/issues/3811
146+ .. _`v2` : https://github.com/deis/deis/labels/v2
0 commit comments