summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcaleb miles <caselim@gmail.com>2018-01-31 21:29:40 -0800
committercaleb miles <caselim@gmail.com>2018-03-28 09:11:43 -0700
commit35228ccb1909867c6bf4aed8751860ce77041ffd (patch)
treef4d45dd486e0257941a87d8fc3016377d062ebff
parente119010a2dc8c3668bd56f3c2720290eee826b77 (diff)
keps: Cleans up controler manager KEP
- remove `optional` from sections - remove unused sections
-rw-r--r--keps/0002-controller-manager.md13
1 files changed, 1 insertions, 12 deletions
diff --git a/keps/0002-controller-manager.md b/keps/0002-controller-manager.md
index 566af679..136f4190 100644
--- a/keps/0002-controller-manager.md
+++ b/keps/0002-controller-manager.md
@@ -254,8 +254,6 @@ In case of the cloud-controller-manager, the deployment should be deleted using
kubectl delete -f cloud-controller-manager.yml
```
-### Implementation Details/Notes/Constraints [optional]
-
### Security Considerations
Make sure that you consider the impact of this feature from the point of view of Security.
@@ -269,20 +267,11 @@ Hopefully the content previously contained in [umbrella issues][] will be tracke
[umbrella issues]: https://github.com/kubernetes/kubernetes/issues/42752
-## Implementation History
-Major milestones in the life cycle of a KEP should be tracked in `Implementation History`.
-Major milestones might include
-- the `Summary` and `Motivation` sections being merged signaling SIG acceptance
-- the `Proposal` section being merged signaling agreement on a proposed design
-- the date implementation started
-- the first Kubernetes release where an initial version of the KEP was available
-- the version of Kubernetes where the KEP graduated to general availability
-- when the KEP was retired or superseded
-## Alternatives [optional]
+## Alternatives
One alternate to consider is the use of a side-car. The cloud-interface in tree could then be a [GRPC](https://github.com/grpc/grpc-go)
call out to that side-car. We could then leave the Kube API Server, Kube Controller Manager and Kubelet pretty much as is.