Davanum Srinivas

Results 109 issues of 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 -...

lifecycle/frozen

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...

lifecycle/frozen

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)

do-not-merge/work-in-progress
needs-ok-to-test

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: ![image](https://github.com/cncf/toc/assets/23304/a1a9f058-a65c-44d2-acc1-6ea7716e6d6a) Context: - https://x.com/carvel_dev/status/1787871678942302297 -...

kind/health

`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...

process-documentation

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?...

good first issue
blocked
external

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...

cncf-cla: yes
size/L
do-not-merge/work-in-progress

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...

do-not-merge/hold
cncf-cla: yes
size/XL
release-note-none
kind/cleanup
needs-triage

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...