Addressed comments on scope; Removed sigs.yaml
This commit is contained in:
parent
8b2aac9716
commit
7ac2653867
|
|
@ -6,22 +6,24 @@ the Roles and Organization Management outlined in [sig-governance].
|
||||||
## Scope
|
## Scope
|
||||||
|
|
||||||
The Command Line Interface SIG (SIG CLI) is responsible for kubectl and
|
The Command Line Interface SIG (SIG CLI) is responsible for kubectl and
|
||||||
related tools. This group focuses on command line tools and
|
related tools. This group focuses on general purpose command line tools and
|
||||||
libraries to interface with Kubernetes API's.
|
libraries to interface with Kubernetes API's.
|
||||||
|
|
||||||
### In scope
|
### In scope
|
||||||
|
|
||||||
SIG CLI section in [sigs.yaml]
|
SIG CLI [README]
|
||||||
|
|
||||||
#### Code, Binaries and Services
|
#### Code, Binaries and Services
|
||||||
|
|
||||||
SIG CLI code include command line tools and binaries for working with Kubernetes
|
SIG CLI code include general purpose command line tools and binaries for working
|
||||||
API's. Examples of these binaries include: [kubectl and kustomize].
|
with Kubernetes API's. Examples of these binaries include: [kubectl and kustomize].
|
||||||
|
|
||||||
### Out of scope
|
### Out of scope
|
||||||
|
|
||||||
SIG CLI is NOT responsible for defining the Kubernetes API that it
|
SIG CLI is not responsible for command-line tools built and maintained by other
|
||||||
interfaces with. The Kubernetes API is the responsibility of SIG API Machinery.
|
SIGs, such as kubeadm, which is owned by SIG Cluster Lifecycle. SIG CLI is not
|
||||||
|
responsible for defining the Kubernetes API that it interfaces with. The
|
||||||
|
Kubernetes API is the responsibility of SIG API Machinery.
|
||||||
|
|
||||||
## Roles and Organization Management
|
## Roles and Organization Management
|
||||||
|
|
||||||
|
|
@ -32,7 +34,7 @@ and opts-in to updates and modifications to [sig-governance].
|
||||||
|
|
||||||
- In addition to Technical Leads, SIG CLI defines Emeritus Leads. These former
|
- In addition to Technical Leads, SIG CLI defines Emeritus Leads. These former
|
||||||
SIG CLI leaders *SHOULD* be available to provide historical perspective and
|
SIG CLI leaders *SHOULD* be available to provide historical perspective and
|
||||||
knowledge.
|
domain knowledge.
|
||||||
- SIG CLI defines the role of Test Health Maintainer. Contributors who have
|
- SIG CLI defines the role of Test Health Maintainer. Contributors who have
|
||||||
successfully completed one test on-call rotation within the last six months as
|
successfully completed one test on-call rotation within the last six months as
|
||||||
shown in the test on-call schedule of the [Test Playbook] are included in this
|
shown in the test on-call schedule of the [Test Playbook] are included in this
|
||||||
|
|
@ -43,8 +45,9 @@ and opts-in to updates and modifications to [sig-governance].
|
||||||
Option 1: by [SIG Technical Leads](https://github.com/kubernetes/community/blob/master/committee-steering/governance/sig-governance.md#L100)
|
Option 1: by [SIG Technical Leads](https://github.com/kubernetes/community/blob/master/committee-steering/governance/sig-governance.md#L100)
|
||||||
|
|
||||||
|
|
||||||
[sig-governance]: https://github.com/kubernetes/community/blob/master/committee-steering/governance/sig-governance.md
|
|
||||||
[sigs.yaml]: https://github.com/kubernetes/community/blob/master/sigs.yaml#L487
|
|
||||||
[Kubernetes Charter README]: https://github.com/kubernetes/community/blob/master/committee-steering/governance/README.md
|
[Kubernetes Charter README]: https://github.com/kubernetes/community/blob/master/committee-steering/governance/README.md
|
||||||
[Test Playbook]: https://docs.google.com/document/d/1Z3teqtOLvjAtE-eo0G9tjyZbgNc6bMhYGZmOx76v6oM
|
[sig-governance]: https://github.com/kubernetes/community/blob/master/committee-steering/governance/sig-governance.md
|
||||||
|
[README]: https://github.com/kubernetes/community/blob/master/sig-cli/README.md
|
||||||
[kubectl and kustomize]: https://github.com/kubernetes/community/blob/master/sig-cli/README.md#subprojects
|
[kubectl and kustomize]: https://github.com/kubernetes/community/blob/master/sig-cli/README.md#subprojects
|
||||||
|
[Test Playbook]: https://docs.google.com/document/d/1Z3teqtOLvjAtE-eo0G9tjyZbgNc6bMhYGZmOx76v6oM
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue