Merge pull request #2449 from andrewsykim/provider-template
Expand requirements for new cloud providers
This commit is contained in:
commit
fa7cedacf6
|
|
@ -67,6 +67,21 @@ For [repository requirements](https://github.com/kubernetes/community/blob/maste
|
|||
|
||||
There must be a reasonable amount of user feedback about running Kubernetes for this cloud provider. You may want to link to sources that indicate this such as github issues, product data, customer tesitimonials, etc.
|
||||
|
||||
### Testgrid Integration
|
||||
|
||||
Your 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).
|
||||
|
||||
### CNCF Certified Kubernetes
|
||||
|
||||
Your cloud provider is accepted as part of the [Certified Kubernetes Conformance Program](https://github.com/cncf/k8s-conformance).
|
||||
|
||||
### Documentation
|
||||
|
||||
There is documentation on running Kubernetes on your cloud provider as per the [cloud provider documentation KEP](https://github.com/kubernetes/community/blob/master/keps/sig-cloud-provider/0004-cloud-provider-documentation.md).
|
||||
|
||||
### Technical Leads are members of the Kubernetes Organization
|
||||
|
||||
All proposed technical leads for this provider must be members of the Kubernetes organization. Membership is used as a signal for technical ability, commitment to the project, and compliance to the [CNCF Code of Conduct](https://github.com/cncf/foundation/blob/master/code-of-conduct.md) which we believe are important traits for subproject technical leads. Learn more about Kubernetes community membership [here](https://github.com/kubernetes/community/blob/master/community-membership.md).
|
||||
|
||||
## Proposal
|
||||
|
||||
|
|
|
|||
|
|
@ -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.
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue