summaryrefslogtreecommitdiff
path: root/keps
diff options
context:
space:
mode:
authork8s-ci-robot <k8s-ci-robot@users.noreply.github.com>2018-11-27 15:33:52 -0800
committerGitHub <noreply@github.com>2018-11-27 15:33:52 -0800
commitab65bfbbb57f9bd9233c96c37a1ca6673a77b254 (patch)
treef7ae519440293a2465f7d75da792b5a7b29facfd /keps
parentc701c750ac1464a45fd5a5bd360e905bdc1423cd (diff)
parente976ae0970038f9ca0652ede1de2b2ae5cb2ee9c (diff)
Merge pull request #2946 from andrewsykim/update-cloud-provider-kep
update cloud provider KEPs to implementable status
Diffstat (limited to 'keps')
-rw-r--r--keps/sig-cloud-provider/0018-testgrid-conformance-e2e.md7
-rw-r--r--keps/sig-cloud-provider/0019-cloud-provider-documentation.md9
2 files changed, 12 insertions, 4 deletions
diff --git a/keps/sig-cloud-provider/0018-testgrid-conformance-e2e.md b/keps/sig-cloud-provider/0018-testgrid-conformance-e2e.md
index a5b4becb..7ca64d01 100644
--- a/keps/sig-cloud-provider/0018-testgrid-conformance-e2e.md
+++ b/keps/sig-cloud-provider/0018-testgrid-conformance-e2e.md
@@ -19,8 +19,8 @@ approvers:
- TBD
editor: TBD
creation-date: 2018-06-06
-last-updated: 2018-06-06
-status: provisional
+last-updated: 2018-11-16
+status: implementable
---
@@ -266,5 +266,6 @@ All providers are periodically uploading conformance test results in at least on
## Implementation History
-- the `Summary` and `Motivation` sections being merged signaling SIG acceptance
+- Jun 6th 2018: KEP is merged as a signal of acceptance. Cloud providers should now be looking to report their conformance test results to testgrid.
+- Nov 19th 2018: KEP has been in implementation stage for roughly 5 months with Alibaba Cloud, Baidu Cloud, DigitalOcean, GCE, OpenStack and vSphere reporting conformance test results to testgrid.
diff --git a/keps/sig-cloud-provider/0019-cloud-provider-documentation.md b/keps/sig-cloud-provider/0019-cloud-provider-documentation.md
index a0d72413..0e12c4fe 100644
--- a/keps/sig-cloud-provider/0019-cloud-provider-documentation.md
+++ b/keps/sig-cloud-provider/0019-cloud-provider-documentation.md
@@ -23,7 +23,9 @@ approvers:
- "@hogepodge"
- "@jagosan"
editor: TBD
-status: provisional
+creation-date: 2018-07-31
+last-updated: 2018-11-16
+status: implementable
---
## Transfer the responsibility of maintaining valid documentation for Cloud Provider Code to the Cloud Provider
@@ -173,3 +175,8 @@ The Alternatives section is used to highlight and record other possible approach
* SIG docs could tag cloudprovider documentation as a blocking item for Kubernetes releases
* SIG docs could also assign SIG-<provider> leads to unblock cloudprovider documentation in the planning phase for the release.
+## Implementation History
+
+- July 31st 2018: KEP is merged as a signal of acceptance. Cloud providers should now be looking to add documentation for their provider according to this KEP.
+- Nov 19th 2018: KEP has been in implementation stage for roughly 4 months with Alibaba Cloud, Azure, DigitalOcean, OpenStack and vSphere having written documentation for their providers according to this KEP.
+