Skip to content

Commit f09a485

Browse files
authored
Merge pull request #8522 from bridgetkromhout/sig-cp-charter-updates
Charter updates for SIG Cloud Provider
2 parents 4a123ab + badfb94 commit f09a485

File tree

1 file changed

+10
-4
lines changed

1 file changed

+10
-4
lines changed

sig-cloud-provider/CHARTER.md

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,27 +11,33 @@ SIG Cloud Provider’s mission is to simplify, develop, and maintain cloud provi
1111

1212
#### Areas of Focus
1313

14-
- Extension points between Kubernetes and any cloud provider
14+
- Cloud provider specific integrations and extension points that are not already covered by a more specific SIG such as storage or networking.
1515
- APIs/interfaces for efficiently provisioning/de-provisioning cloud resources (nodes, routes, load balancers, etc)
1616
- Configuration of cluster components to enable cloud provider integrations
1717
- Testing and testing frameworks to ensure vendor neutrality across all cloud providers
1818

1919
#### Code, Binaries and Services
2020

21+
The SIG offers standardization across cloud-provider-* repos that are owned by the SIG. We establish basic structure and tooling expectations to help new contributors to understand the code and how to contribute.
22+
2123
- the [common interfaces](https://github.com/kubernetes/cloud-provider/blob/master/cloud.go) consumed by all cloud providers
2224
- the [cloud-controller-manager](https://github.com/kubernetes/kubernetes/tree/master/cmd/cloud-controller-manager), which acts as the “out-of-tree” cloud provider component for clusters.
2325
- core controllers (started by the cloud-controller-manager) that interact with cloud provider resources
2426
- all [cloud provider repositories](https://github.com/kubernetes?utf8=%E2%9C%93&q=cloud-provider-&type=&language=) under the Kubernetes organization
2527
- [e2e tests for cloud provider specific](https://github.com/kubernetes/kubernetes/tree/master/test/e2e/cloud) functionality
28+
- the subproject [apiserver-network-proxy](https://github.com/kubernetes-sigs/apiserver-network-proxy), which is an extensible system which controls network traffic from the Kube API Server.
2629
- all the subprojects formerly owned by [SIG-AWS](https://github.com/kubernetes/community/tree/master/sig-aws#subprojects), [SIG-AZURE](https://github.com/kubernetes/community/tree/master/sig-azure#subprojects), [SIG-GCP](https://github.com/kubernetes/community/tree/master/sig-gcp#subprojects), [SIG-IBMCloud](https://github.com/kubernetes/community/tree/master/sig-ibmcloud#subprojects), [SIG-Openstack](https://github.com/kubernetes/community/tree/master/sig-openstack#subprojects), [SIG-VMware](https://github.com/kubernetes/community/tree/master/sig-vmware#subprojects).
2730
- any new subproject that is cloud provider specific, unless there is another SIG already sponsoring it.
2831

2932
#### Cross-cutting and Externally Facing Processes
3033

3134
- This SIG works with SIG Testing & SIG Release to ensure that cloud providers are actively testing & reporting test results to testgrid.
3235
- This SIG works with SIG Docs to provide user-facing documentation on configuring Kubernetes clusters with cloud provider integration enabled.
33-
- This SIG works with new cloud providers in the ecosystem that want to host their code in the Kubernetes organization and have an interest in contributing back.
34-
- This SIG actively engages with SIGs owning other external components of Kubernetes (CNI, CSI, etc) to ensure a consistent integration story for users.
36+
- This SIG works with new cloud providers in the ecosystem that want to host their code in the kubernetes-sigs organization and have an interest in contributing back.
37+
- A portion of the apiserver-network-proxy code needs to be compiled into the apiserver, which overlaps with SIG API Machinery.
38+
- This SIG actively engages with SIGs owning other external components of Kubernetes (CNI, CSI, other networking and storage, apiserver, and similar) to ensure a consistent integration story for users.
39+
- This SIG collaborates to create infrastructure-specific endpoints and extensions. This can entail participation in working groups or sponsorship of subprojects.
40+
- This SIG participates in cross-SIG working groups, such as the node lifecycle working group.
3541

3642
### Out of scope
3743

@@ -40,7 +46,7 @@ SIG Cloud Provider’s mission is to simplify, develop, and maintain cloud provi
4046

4147
## Roles and Organization Management
4248

43-
This sig follows adheres to the Roles and Organization Management outlined in [sig-governance]
49+
This SIG adheres to the Roles and Organization Management outlined in [sig-governance]
4450
and opts-in to updates and modifications to [sig-governance].
4551

4652
### Additional responsibilities of Chairs

0 commit comments

Comments
 (0)