From 1fdd8f1cd3bda506c79447f852a99fa0b014c374 Mon Sep 17 00:00:00 2001 From: Vince Prignano Date: Thu, 16 May 2019 14:42:29 -0700 Subject: [PATCH] Remove workstreams from scope and objectives (#948) Signed-off-by: Vince Prignano --- docs/scope-and-objectives.md | 22 ---------------------- 1 file changed, 22 deletions(-) diff --git a/docs/scope-and-objectives.md b/docs/scope-and-objectives.md index cf1d042666b3..adc7e6177efc 100644 --- a/docs/scope-and-objectives.md +++ b/docs/scope-and-objectives.md @@ -143,25 +143,3 @@ As a result, existing popular deployment mechanisms that manage Kubernetes clust - 🔌 Cluster API MUST provide the ability to receive the health status of a Kubernetes Node from an external source. - 🔌 Cluster API provider implementations SHOULD allow customization of machine, node, or operating system image. - -## Workstreams - -After the release of v1alpha1 and scoped down the project's requirements, the project contributors and maintainers defined the following workstreams. - -Each workstream should produce one or more CAEP(s) to be merged in [proposals](./proposals) and proceed to implementation phase afterwards. - -#### extension-mechanism — [Minutes](https://docs.google.com/document/d/1Wb1FUZTixi9wzEEN_Ch00cLJPFdXmq9ZMFTitAQiJls/edit#heading=h.atlkbr6lt6hh) - -Define how Cluster API interact with infrastructure providers. - -#### data-model — [Minutes](https://docs.google.com/document/d/1R5OTjLzGk2-KdcfD1eeMO_O_21d3acKAaGnbqpUmabw/edit#heading=h.atlkbr6lt6hh) - -Define new types or redefine existing ones focusing on defining high level concepts as well as drawing boundaries and responsibilities. - -#### controlplane-lifecycle-management — [Minutes](https://docs.google.com/document/d/1hTDKdWXTHUwm_G2OSXCNoI-FO1L5E825bJpY7D_u6CM/edit#heading=h.atlkbr6lt6hh) - -Make the cluster control plane a first class resource, support control plane lifecycle actions such as scaling or upgrades. - -#### node-lifecycle-management — [Minutes](https://docs.google.com/document/d/1E7N_JcSsDnnJk2yqMCCriBFwRZZc8nnx4kxSt99z7As/edit#heading=h.atlkbr6lt6hh) - -Define the extension points for bootstrapping control plane and non control plane nodes. Provide a reference implementation using `kubeadm`. Figure out implementations with cluster autoscaler.