Davanum Srinivas

Results 109 issues of Davanum Srinivas

### What happened? https://github.com/google/shlex has been archived since `Dec 29, 2022` What's the best way to avoid depending on this repo? xref: https://github.com/kubernetes/kubernetes/issues/120276

kind/bug
needs-triage

We added ListPodSandboxMetrics and ListMetricDescriptors in https://github.com/containerd/containerd/pull/10691 So we can cleanup the TODO item.

size/XS
github_actions

A couple of forward looking CI jobs are failing: - https://testgrid.k8s.io/sig-arch-code-organization#kind-master-dependencies&width=20 - https://testgrid.k8s.io/sig-arch-code-organization#unit-master-dependencies&width=20 With the following compile issue when we update github.com/opencontainers/cgroups to latest v0.0.6: ``` + hack/verify-typecheck.sh type-checking linux/amd64...

priority/important-soon
area/kubelet
kind/cleanup
sig/scheduling
area/apiserver
lgtm
area/cloudprovider
sig/node
size/S
release-note-none
sig/auth
approved
cncf-cla: yes
sig/cloud-provider
area/dependency
area/code-organization
needs-triage
wg/device-management
area/code-organization/future-dependencies

https://github.com/grpc-ecosystem/go-grpc-prometheus was archived on Apr 18, 2023. It's time to switch to supported alternatives. /kind cleanup #### What type of PR is this? #### What this PR does / why...

priority/important-soon
kind/cleanup
sig/scheduling
area/apiserver
lgtm
area/cloudprovider
sig/node
size/L
release-note-none
sig/auth
approved
cncf-cla: yes
sig/instrumentation
sig/architecture
sig/cloud-provider
area/dependency
needs-triage
wg/device-management

https://github.com/gregjones/httpcache was archived `Apr 20, 2023`. /kind cleanup #### What type of PR is this? #### What this PR does / why we need it: #### Which issue(s) this PR...

sig/network
area/kubelet
kind/cleanup
sig/scheduling
area/apiserver
area/kubectl
area/cloudprovider
sig/node
sig/api-machinery
size/M
release-note-none
sig/auth
approved
sig/cli
cncf-cla: yes
sig/instrumentation
sig/architecture
sig/cloud-provider
needs-priority
area/dependency
triage/accepted
wg/device-management

This PR adds a new utility `cmd/genfeaturegates` that generates a markdown table documenting all registered Kubernetes feature gates. we use public APIs from `k8s.io/component-base/featuregate` to extract feature gate information. ```bash...

priority/important-soon
kind/documentation
size/XL
kind/feature
release-note-none
approved
cncf-cla: yes
sig/architecture
needs-triage

We added `usegocmp` in https://github.com/kubernetes/kubernetes/pull/132221 as a safety measure just in case we needed to flip back to older implementation using `"github.com/google/go-cmp/cmp"`. So far we haven't needed it. So let's...

kind/cleanup
lgtm
sig/api-machinery
size/M
release-note-none
approved
cncf-cla: yes
sig/architecture
area/code-generation
sig/cloud-provider
needs-priority
area/code-organization
triage/accepted

properly support the resource metrics endpoint when `PodAndContainerStatsFromCRI` is enabled and fix the related e2e tests. Stats Provider: - add container-level CPU and memory stats to `ListPodCPUAndMemoryStats` so the resource...

area/test
area/kubelet
kind/cleanup
sig/node
size/L
release-note-none
approved
cncf-cla: yes
sig/testing
needs-priority
needs-triage

When pulling an image that shares base layers with a previously pulled image (same diffID), the unpacker would skip fetching content if the snapshot already existed. This caused export/push operations...

kind/bug
area/runtime
size/L