Skip to content

Commit bc7ef83

Browse files
author
Gabriel Monroy
committed
docs(roadmap/planning): remove first-person pronouns
1 parent dbe3a97 commit bc7ef83

2 files changed

Lines changed: 11 additions & 11 deletions

File tree

docs/roadmap/planning.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
Planning Process
77
================
8-
Deis features a lightweight process that emphasizes openness and ensures every community member can be an integral part of the planning process.
8+
Deis features a lightweight process that emphasizes openness and ensures every community member can be an integral part of planning for the future.
99

1010
The Role of Maintainers
1111
-----------------------
@@ -25,7 +25,7 @@ The Roadmap gets delivered progressively via the :ref:`release_schedule`. Relea
2525

2626
Sprint Meetings
2727
---------------
28-
Major decisions affecting the Roadmap are discussed during Sprint Meetings on the first Thursday of each month, aligned with our :ref:`release_schedule`.
28+
Major decisions affecting the Roadmap are discussed during Sprint Meetings on the first Thursday of each month, aligned with the :ref:`release_schedule`.
2929

3030
Sprint meetings are open to the public with access coordinated via the #deis IRC channel on Freenode.
3131

docs/roadmap/roadmap.rst

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -5,18 +5,18 @@
55

66
Deis Roadmap
77
============
8-
The Deis Roadmap is a community document created as part of our open :ref:`planning`.
9-
Each roadmap item describes a high-level capability or grouping of features we deem
8+
The Deis Roadmap is a community document created as part of the open :ref:`planning`.
9+
Each roadmap item describes a high-level capability or grouping of features that are deemed
1010
important to the future of Deis.
1111

12-
Given our rapid :ref:`Release Schedule, <release_schedule>` roadmap items are designed to provide a sense of
12+
Given the project's rapid :ref:`Release Schedule, <release_schedule>` roadmap items are designed to provide a sense of
1313
direction over many releases.
1414

1515
Update Service
1616
--------------
1717
Deis must support 100% automated, zero-downtime updates of the control plane.
1818
Like CoreOS, Deis clusters should be attached to an alpha, beta or stable channel and rely on an automatic update mechanism.
19-
To accomplish this, we plan to use the `Google Omaha Protocol`_ as implemented by `CoreUpdate`_.
19+
To accomplish this, Deis plans to use the `Google Omaha Protocol`_ as implemented by `CoreUpdate`_.
2020

2121
- [ ] Update client/agent
2222
- [ ] Update server
@@ -25,11 +25,11 @@ To accomplish this, we plan to use the `Google Omaha Protocol`_ as implemented b
2525
Scheduling and Orchestration
2626
----------------------------
2727
Today Deis uses `Fleet`_ for scheduling. Unfortunately, Fleet does not support
28-
resource-based scheduling which results in poor cluster utilization at scale.
28+
resource-based scheduling, which results in poor cluster utilization at scale.
2929

3030
Fortunately, Deis is composable and can easily hot-swap orchestration APIs.
3131
Because the most promising container orchestration solutions are under heavy development,
32-
we are currently focused on releasing "technology previews".
32+
the Deis project is focused on releasing "technology previews".
3333

3434
These technology previews will help the community try different orchestration solutions easily,
3535
report their findings and help guide the future direction of Deis.
@@ -41,7 +41,7 @@ report their findings and help guide the future direction of Deis.
4141
TTY Broker
4242
----------
4343
Today Deis cannot provide bi-directional streams needed for log tailing and interactive batch processes.
44-
By having the :ref:`Controller` drive a TTY Broker component, we can securely open WebSockets
44+
By having the :ref:`Controller` drive a TTY Broker component, Deis can securely open WebSockets
4545
through the routing mesh.
4646

4747
- [ ] TTY Broker component
@@ -59,7 +59,7 @@ This works around a number of authentication issues with private registries and
5959
Service Broker
6060
--------------
6161
In Deis, connections to :ref:`concepts_backing_services` are meant to be explicit and modeled as a series of environment variables.
62-
We believe the Cloud Foundry `Service Broker API`_ is the best embodiment of this today.
62+
Deis believes the Cloud Foundry `Service Broker API`_ is the best embodiment of this today.
6363

6464
- [ ] Deis Addons CLI (deis addons)
6565
- [ ] PostgreSQL Service Broker
@@ -68,7 +68,7 @@ We believe the Cloud Foundry `Service Broker API`_ is the best embodiment of thi
6868
Monitoring & Telemetry
6969
----------------------
7070
Deis installations today use custom solutions for monitoring, alerting and operational visibility.
71-
We will standardize the monitoring interfaces and provide open source agent(s) that can be used to ship telemetry to arbitrary endpoints.
71+
Deis will standardize the monitoring interfaces and provide open source agent(s) that can be used to ship telemetry to arbitrary endpoints.
7272

7373
- [ ] Host Telemetry (cpu, memory, network, disk)
7474
- [ ] Container Telemetry (cpu, memory, network, disk)

0 commit comments

Comments
 (0)