Davanum Srinivas
Davanum Srinivas
**What this PR does / why we need it**: As part of the KEP process for [Removing Cloud Providers from Kubernetes Core](https://github.com/kubernetes/community/blob/master/keps/sig-cloud-provider/0002-cloud-controller-manager.md#remove-cloud-provider-code-from-kubernetes-core), We have moved the code over to https://github.com/kubernetes/cloud-provider-openstack....
When i run `go-licenses csv ./...` against github.com/kubernetes/kubernetes: the csv contains: ``` github.com/heketi/heketi,https://github.com/kubernetes/kubernetes/blob/master/vendor/github.com/heketi/heketi/COPYING-GPLV2,GPL-2.0 ``` because https://github.com/heketi/heketi has multiple licenses (GPL 2.0 and Apache 2). Should the tool print both licenses?
Containerd 1.4.x has been EOL'ed in `March 3, 2022`, However Kubernetes and cadvisor continues to use this version of containerd. This is mainly because, containerd 1.5 introduced go module support...
The `etcd` project is a critical dependency of Kubernetes. The project has been struggling with both turnover of critical folks and lack of new folks with sufficient knowledge/experience to offset...
Grafana folks now have a new project called Mimir, here's the announcement: https://grafana.com/blog/2022/03/30/announcing-grafana-mimir/ Project stats have been dropping off, example: https://cortex.devstats.cncf.io/d/15/new-prs-in-repository-groups?orgId=1 Here's the current list of maintainers (2 from AWS,...
Discussion on slack https://cloud-native.slack.com/archives/C0MP69YF4/p1658858779093989 We should write this down somewhere.
The CNCF policy on copyright notices are here (specifically the case where third party code is included): https://github.com/cncf/foundation/blob/main/copyright-notices.md#what-about-third-party-code However there are some best practices in several projects including guidance like:...
We have a group called "TOC Contributors": https://github.com/cncf/toc/blob/main/CONTRIBUTORS.md And currently here's what we tell them: https://github.com/cncf/toc/search?q=%22toc+contributor%22 I think it may be better to associate the TOC Contributors to TAGs and...
Signed-off-by: Davanum Srinivas
### Describe the issue Get a list of OWNERS files present in sigs.yaml (`rg` is ripgrep, but you can use regular grep as well) ``` [dims@dims-m1 16:58] ~/go/src/k8s.io/community ⟩ rg...