diff options
| author | k8s-ci-robot <k8s-ci-robot@users.noreply.github.com> | 2018-09-17 19:01:17 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-09-17 19:01:17 -0700 |
| commit | ca19b08c460d0b069ce6f499a532b1d08e678de7 (patch) | |
| tree | ca06bd0c28573ab35ac9fc0efde13772c8e9be27 | |
| parent | abf078c647c35a9e0b231eae504fc1522499e728 (diff) | |
| parent | edb29a52abde60590e569b1a87869a96a6525ac7 (diff) | |
Merge pull request #2622 from aoxn/cloudprovider-kep
Proposal for Alibaba Cloud Provider repository
| -rw-r--r-- | keps/sig-cloud-provider/providers/0020-cloud-provider-alibaba-cloud.md | 29 |
1 files changed, 13 insertions, 16 deletions
diff --git a/keps/sig-cloud-provider/providers/0020-cloud-provider-alibaba-cloud.md b/keps/sig-cloud-provider/providers/0020-cloud-provider-alibaba-cloud.md index 13a5207d..d9c44e74 100644 --- a/keps/sig-cloud-provider/providers/0020-cloud-provider-alibaba-cloud.md +++ b/keps/sig-cloud-provider/providers/0020-cloud-provider-alibaba-cloud.md @@ -74,33 +74,30 @@ As a CNCF Platinum member, Alibaba Cloud is dedicated in providing users with hi Usage of aliyun container services can be seen from github issues in the existing alicloud controller manager repo: https://github.com/AliyunContainerService/alicloud-controller-manager/issues ### Testgrid Integration - -TODO + Alibaba cloud provider is reporting conformance test results to TestGrid as per the [Reporting Conformance Test Results to Testgrid KEP](https://github.com/kubernetes/community/blob/master/keps/sig-cloud-provider/0003-testgrid-conformance-e2e.md). + See [report](https://k8s-testgrid.appspot.com/conformance-alibaba-cloud-provider#Alibaba%20Cloud%20Provider,%20v1.10) for more details. ### CNCF Certified Kubernetes - -TODO + Alibaba cloud provider is accepted as part of the [Certified Kubernetes Conformance Program](https://github.com/cncf/k8s-conformance). + For v1.11 See [https://github.com/cncf/k8s-conformance/tree/master/v1.11/alicloud](https://github.com/cncf/k8s-conformance/tree/master/v1.11/alicloud) + For v1.10 See [https://github.com/cncf/k8s-conformance/tree/master/v1.10/alicloud](https://github.com/cncf/k8s-conformance/tree/master/v1.10/alicloud) + For v1.9 See [https://github.com/cncf/k8s-conformance/tree/master/v1.9/alicloud](https://github.com/cncf/k8s-conformance/tree/master/v1.9/alicloud) + For v1.8 See [https://github.com/cncf/k8s-conformance/tree/master/v1.8/alicloud](https://github.com/cncf/k8s-conformance/tree/master/v1.8/alicloud) ### Documentation - -TODO - + + Alibaba CloudProvider provide users with multiple documentation on build & deploy & utilize CCM. Please refer to [https://github.com/AliyunContainerService/alicloud-controller-manager/tree/master/docs](https://github.com/AliyunContainerService/alicloud-controller-manager/tree/master/docs) for more details. + ### Technical Leads are members of the Kubernetes Organization -TODO +The Leads run operations and processes governing this subproject. + +- @cheyang Special Tech Leader, Alibaba Cloud. Kubernetes Member ## Proposal Here we propose a repository from Kubernetes organization to host our cloud provider implementation. Cloud Provider of Alibaba Cloud would be a subproject under Kubernetes community. -### Subproject Leads - -The Leads run operations and processes governing this subproject. -Leaders: -- Mark (@denverdino), Alibaba Cloud, Director Engineer -- Zhimin Tang (@ddbmh), Alibaba Cloud -- Aoxn (@aoxn), Alibaba Cloud - ### Repositories Cloud Provider of Alibaba Cloud will need a repository under Kubernetes org named ```kubernetes/cloud-provider-alibaba-cloud``` to host any cloud specific code. |
