diff options
| author | andrewsykim <kim.andrewsy@gmail.com> | 2018-08-01 17:32:44 -0400 |
|---|---|---|
| committer | andrewsykim <kim.andrewsy@gmail.com> | 2018-08-01 17:32:44 -0400 |
| commit | aba21ccbc9d095607eb561b8ef42cb497ad6c668 (patch) | |
| tree | ccbe444dad4e3894a5cf68023c036d7371c2b0e4 /keps | |
| parent | 6ad7317d59906b0ade1df51a5bec11e26bf6cf94 (diff) | |
add TODOS for Alibaba, DigitalOcean & Baidu Cloud
Diffstat (limited to 'keps')
3 files changed, 52 insertions, 5 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 289829ee..13a5207d 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 @@ -45,13 +45,13 @@ Cloud Provider of Alibaba Cloud implements interoperability between Kubernetes - Help on the improvement for decoupling cloud provider specifics from Kubernetes implementation. - + ### Non-Goals -The networking and storage support of Alibaba Cloud for Kubernetes will be provided by other projects. +The networking and storage support of Alibaba Cloud for Kubernetes will be provided by other projects. -E.g. +E.g. * [Flannel network for Alibaba Cloud VPC](https://github.com/coreos/flannel) * [FlexVolume for Alibaba Cloud](https://github.com/AliyunContainerService/flexvolume) @@ -59,7 +59,7 @@ E.g. ## Prerequisites -1. The VPC network is supported in this project. The support for classic network or none ECS environment will be out-of-scope. +1. The VPC network is supported in this project. The support for classic network or none ECS environment will be out-of-scope. 2. When using the instance profile for authentication, an instance role is required to attach to the ECS instance firstly. 3. Kubernetes version v1.7 or higher @@ -73,6 +73,22 @@ The repo requirements is mainly a copy from [cloudprovider KEP](https://github.c As a CNCF Platinum member, Alibaba Cloud is dedicated in providing users with highly secure , stable and efficient cloud service. 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 + +### CNCF Certified Kubernetes + +TODO + +### Documentation + +TODO + +### Technical Leads are members of the Kubernetes Organization + +TODO + ## 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. diff --git a/keps/sig-cloud-provider/providers/0021-cloud-provider-digitalocean.md b/keps/sig-cloud-provider/providers/0021-cloud-provider-digitalocean.md index f5961bd0..c9254fee 100644 --- a/keps/sig-cloud-provider/providers/0021-cloud-provider-digitalocean.md +++ b/keps/sig-cloud-provider/providers/0021-cloud-provider-digitalocean.md @@ -56,6 +56,22 @@ The existing repository hosting the [DigitalOcean cloud controller manager](http DigitalOcean recently announced a [Kubernetes offering](https://www.digitalocean.com/products/kubernetes/). Many users have already signed up for early access. DigitalOcean is also a gold member of the CNCF. +### Testgrid Integration + +TODO + +### CNCF Certified Kubernetes + +TODO + +### Documentation + +TODO + +### Technical Leads are members of the Kubernetes Organization + +TODO + ## Proposal ### Subproject Leads diff --git a/keps/sig-cloud-provider/providers/0022-cloud-provider-baiducloud.md b/keps/sig-cloud-provider/providers/0022-cloud-provider-baiducloud.md index a5fbc31b..2ce5f974 100644 --- a/keps/sig-cloud-provider/providers/0022-cloud-provider-baiducloud.md +++ b/keps/sig-cloud-provider/providers/0022-cloud-provider-baiducloud.md @@ -38,7 +38,7 @@ Baidu is a gold member of CNCF and we have a large team working on Kubernetes an - Building, deploying, maintaining, supporting, and using Kubernetes on Baidu Cloud Container Engine(CCE) and Baidu Private Cloud(BPC). Both of the project are built on Kubernetes and related CNCF project. -- Designing, discussing, and maintaining the cloud-provider-baidu repository under Github Kubernetes project. +- Designing, discussing, and maintaining the cloud-provider-baidu repository under Github Kubernetes project. ### Non-Goals @@ -65,6 +65,21 @@ CCE-ticket-2: User want to modify the image repository's username.  CCE-ticket-3: User want to have multi-tenant ability in a shared large CCE cluster. +### Testgrid Integration + +TODO + +### CNCF Certified Kubernetes + +TODO + +### Documentation + +TODO + +### Technical Leads are members of the Kubernetes Organization + +TODO ## Proposal |
