Davanum Srinivas
Davanum Srinivas
Over time, when we had questions about some legal issues, we would open issues where some folks with legal background at CNCF would help us navigate them, examples are -...
There have been instances of things we mandate policy-wise / governance-wise for SIGs and WGs. The recent Annual Reports process has surfaced some of the disconnects and hardships faced by...
Related to: https://github.com/kubernetes/kubernetes/issues/124695 [go-grpc-prometheus](https://github.com/grpc-ecosystem/go-grpc-prometheus) has been archived since Apr 18, 2023 and the alternative seems to be: [https://github.com/grpc-ecosystem/go-grpc-middleware/tree/main/providers/prometheus](https://github.com/grpc-ecosystem/go-grpc-middleware/tree/main/providers/prometheus)
Looks like we have a crisis at hand in the Carvel project with Broadcom/VMware laying off the entire team working on the project. Please see:  Context: - https://x.com/carvel_dev/status/1787871678942302297 -...
`Exploration Groups` (Tentative Name!) We should have some time bound working groups with clear entry and exit criteria that explore an emerging area with the explicit intent to provide recommendations...
Folks, Looking at for example https://k8s.devstats.cncf.io/d/8/company-statistics-by-repository-group?orgId=1 there is a `Independent` catch all for folks who do not have or want to disclose their affiliation. Could we add a `Student` similarly?...
Related to https://github.com/kubernetes-sigs/kind/issues/381 Enabling the following command lines to build node image 1. Specify a tar gzipped file in the command line ``` kind build node-image ~/junk/kubernetes-server-linux-amd64.tar.gz ``` This is...
Fargate Node is a "variant" of regular EC2 nodes and needs special processing, originally the code for handling this variant was sprinkled across the code base. In this PR, we...
This list is from @andrewsykim * use `hostnetwork: true` so you don't depend on CNI to initialize nodes * use `dnsPolicy: Default` since kube-dns likely doesn't tolerate the `node.cloudprovider.kubernetes.io/uninitialized` taint...
See note from Saverio on his blog post : https://cloudblog.switch.ch/2018/02/02/openstack-keystone-authentication-for-your-kubernetes-cluster/ ``` I will be correctly authenticated by keystone that will verify my identity, but I will have no authorization to...