Edits from review

Signed-off-by: Bridget Kromhout <bridget@kromhout.org>
This commit is contained in:
Bridget Kromhout 2025-07-21 13:28:26 -05:00
parent e64a60dc5b
commit 683f9963a1
No known key found for this signature in database
GPG Key ID: 7D8605B545A76BAF
1 changed files with 4 additions and 3 deletions

View File

@ -11,14 +11,14 @@ SIG Cloud Providers mission is to simplify, develop, and maintain cloud provi
#### Areas of Focus #### Areas of Focus
- Cloud provider specific integrations and extension points that are not already covered by a more specific sig such as storage or networking. - Cloud provider specific integrations and extension points that are not already covered by a more specific SIG such as storage or networking.
- APIs/interfaces for efficiently provisioning/de-provisioning cloud resources (nodes, routes, load balancers, etc) - APIs/interfaces for efficiently provisioning/de-provisioning cloud resources (nodes, routes, load balancers, etc)
- Configuration of cluster components to enable cloud provider integrations - Configuration of cluster components to enable cloud provider integrations
- Testing and testing frameworks to ensure vendor neutrality across all cloud providers - Testing and testing frameworks to ensure vendor neutrality across all cloud providers
#### Code, Binaries and Services #### Code, Binaries and Services
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. 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.
- the [common interfaces](https://github.com/kubernetes/cloud-provider/blob/master/cloud.go) consumed by all cloud providers - the [common interfaces](https://github.com/kubernetes/cloud-provider/blob/master/cloud.go) consumed by all cloud providers
- 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. - 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.
@ -37,6 +37,7 @@ The SIG offers standardization across cloud-provider-* repos that are owned by t
- A portion of the apiserver-network-proxy code needs to be compiled into the apiserver, which overlaps with SIG API Machinery. - A portion of the apiserver-network-proxy code needs to be compiled into the apiserver, which overlaps with SIG API Machinery.
- 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. - 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.
- This SIG collaborates to create infrastructure-specific endpoints and extensions. This can entail participation in working groups or sponsorship of subprojects. - This SIG collaborates to create infrastructure-specific endpoints and extensions. This can entail participation in working groups or sponsorship of subprojects.
- This SIG participates in cross-SIG working groups, such as the node lifecycle working group.
### Out of scope ### Out of scope
@ -45,7 +46,7 @@ The SIG offers standardization across cloud-provider-* repos that are owned by t
## Roles and Organization Management ## Roles and Organization Management
This sig follows adheres to the Roles and Organization Management outlined in [sig-governance] This SIG follows adheres to the Roles and Organization Management outlined in [sig-governance]
and opts-in to updates and modifications to [sig-governance]. and opts-in to updates and modifications to [sig-governance].
### Additional responsibilities of Chairs ### Additional responsibilities of Chairs