Davanum Srinivas
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
We added ListPodSandboxMetrics and ListMetricDescriptors in https://github.com/containerd/containerd/pull/10691 So we can cleanup the TODO item.
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...
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...
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...
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...
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...
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...
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...