sig-k8s-infra: Add community-images repo
Ref: - https://github.com/kubernetes/org/issues/4054 Signed-off-by: Arnaud Meukam <ameukam@gmail.com>
This commit is contained in:
parent
09970a599e
commit
b7b6bc25d1
|
@ -50,6 +50,13 @@ subprojects, and resolve cross-subproject technical issues and decisions.
|
|||
## Subprojects
|
||||
|
||||
The following [subprojects][subproject-definition] are owned by sig-k8s-infra:
|
||||
### community-images
|
||||
kubectl plugin used to highlight images pulled from community-owned registries
|
||||
- **Owners:**
|
||||
- [kubernetes-sigs/community-images](https://github.com/kubernetes-sigs/community-images/blob/main/OWNERS)
|
||||
- **Contact:**
|
||||
- Slack: [#sig-k8s-infra](https://kubernetes.slack.com/messages/sig-k8s-infra)
|
||||
- [Mailing List](https://groups.google.com/forum/#!forum/kubernetes-sig-k8s-infra)
|
||||
### k8s-infra-dns
|
||||
Code and configuration to manage DNS records for domains owned by the Kubernetes project such as k8s.io and kubernetes.io
|
||||
- **Owners:**
|
||||
|
|
|
@ -1767,6 +1767,14 @@ sigs:
|
|||
name: Stephen Augustus
|
||||
company: Cisco
|
||||
subprojects:
|
||||
- name: community-images
|
||||
description: kubectl plugin used to highlight images pulled from community-owned
|
||||
registries
|
||||
contact:
|
||||
slack: sig-k8s-infra
|
||||
mailing_list: https://groups.google.com/forum/#!forum/kubernetes-sig-k8s-infra
|
||||
owners:
|
||||
- https://raw.githubusercontent.com/kubernetes-sigs/community-images/main/OWNERS
|
||||
- name: k8s-infra-dns
|
||||
description: Code and configuration to manage DNS records for domains owned by
|
||||
the Kubernetes project such as k8s.io and kubernetes.io
|
||||
|
|
Loading…
Reference in New Issue