diff options
| author | Christoph Blecker <admin@toph.ca> | 2019-05-22 11:19:27 +0200 |
|---|---|---|
| committer | Christoph Blecker <admin@toph.ca> | 2019-05-22 11:19:27 +0200 |
| commit | 0cece7198cc1094b0d6a3eec744767eb739dd338 (patch) | |
| tree | a35af5de89aad6537822240e7861a5296c832b70 | |
| parent | ac79a68c8ab48eca595c9df84bcc998c1e675649 (diff) | |
Fix node-identity-and-isolation subproject name
| -rw-r--r-- | sig-auth/README.md | 2 | ||||
| -rw-r--r-- | sig-autoscaling/README.md | 2 | ||||
| -rw-r--r-- | sigs.yaml | 4 |
3 files changed, 4 insertions, 4 deletions
diff --git a/sig-auth/README.md b/sig-auth/README.md index 50926e50..89d580e6 100644 --- a/sig-auth/README.md +++ b/sig-auth/README.md @@ -107,7 +107,7 @@ The following subprojects are owned by sig-auth: - Description: Proposals and prototypes for introducing tenant model to enable multi-tenant cluster - Owners: - https://raw.githubusercontent.com/kubernetes-sigs/multi-tenancy/master/OWNERS -- **node-n-and-isolation** +- **node-identity-and-isolation** - Description: Node identity management (co-owned with sig-lifecycle), and authorization restrictions for isolating workloads on separate nodes (co-owned with sig-node). - Owners: - https://raw.githubusercontent.com/kubernetes/kubernetes/master/pkg/controller/certificates/approver/OWNERS diff --git a/sig-autoscaling/README.md b/sig-autoscaling/README.md index 63984297..cfbc4df9 100644 --- a/sig-autoscaling/README.md +++ b/sig-autoscaling/README.md @@ -8,7 +8,7 @@ To understand how this file is generated, see https://git.k8s.io/community/gener ---> # Autoscaling Special Interest Group -Covers development and maintenance of components for automated scaling in Kubernetes. This includes automated vertical and horizontal pod autoscaling, initial resource estimation, cluster-proportional system component autoscaling, and autoscaling of Kubernetes clusters themselves. +Covers development and maintenance of components for automated scaling in Kubernetes. This includes automated vertical and horizontal pod autoscaling, initial resource estimation, cluster-proportional system component autoscaling, and autoscaling of Kubernetes clusters themselves. The [charter](charter.md) defines the scope and governance of the Autoscaling Special Interest Group. @@ -436,7 +436,7 @@ sigs: Proposals and prototypes for introducing tenant model to enable multi-tenant cluster owners: - https://raw.githubusercontent.com/kubernetes-sigs/multi-tenancy/master/OWNERS - - name: node-n-and-isolation + - name: node-identity-and-isolation description: | Node identity management (co-owned with sig-lifecycle), and authorization restrictions for isolating workloads on separate nodes (co-owned with sig-node). owners: @@ -467,7 +467,7 @@ sigs: - dir: sig-autoscaling name: Autoscaling mission_statement: > - Covers development and maintenance of components for automated scaling in Kubernetes. + Covers development and maintenance of components for automated scaling in Kubernetes. This includes automated vertical and horizontal pod autoscaling, initial resource estimation, cluster-proportional system component autoscaling, and autoscaling of Kubernetes clusters themselves. |
