Skip to content

Commit 683f996

Browse files
Edits from review
Signed-off-by: Bridget Kromhout <[email protected]>
1 parent e64a60d commit 683f996

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

sig-cloud-provider/CHARTER.md

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

1212
#### Areas of Focus
1313

14-
- Cloud provider specific integrations and extension points that are not already covered by a more specific sig such as storage or networking.
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.
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.
2222

2323
- the [common interfaces](https://github.com/kubernetes/cloud-provider/blob/master/cloud.go) consumed by all cloud providers
2424
- 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
3737
- A portion of the apiserver-network-proxy code needs to be compiled into the apiserver, which overlaps with SIG API Machinery.
3838
- 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.
3939
- 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.
4041

4142
### Out of scope
4243

@@ -45,7 +46,7 @@ The SIG offers standardization across cloud-provider-* repos that are owned by t
4546

4647
## Roles and Organization Management
4748

48-
This sig follows adheres to the Roles and Organization Management outlined in [sig-governance]
49+
This SIG follows adheres to the Roles and Organization Management outlined in [sig-governance]
4950
and opts-in to updates and modifications to [sig-governance].
5051

5152
### Additional responsibilities of Chairs

0 commit comments

Comments
 (0)