mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-10-23 16:08:16 +00:00
Automatic merge from submit-queue. If you want to cherry-pick this change to another branch, please follow the instructions here: https://github.com/kubernetes/community/blob/master/contributors/devel/cherry-picks.md. Add kubelet stats for windows system container "pods" **What this PR does / why we need it**: This PR adds kubelet stats for windows system container "pods". Without this, kubelet will always logs error: ``` kubelet.err.log:4832:E0711 22:12:49.241358 2872 helpers.go:735] eviction manager: failed to construct signal: "allocatableMemory.available" error: system container "pods" not found ``` **Which issue(s) this PR fixes** *(optional, in `fixes #<issue number>(, fixes #<issue_number>, ...)` format, will close the issue(s) when PR gets merged)*: Fixes #66087 **Special notes for your reviewer**: /sig windows /sig node **Release note**: ```release-note Add kubelet stats for windows system container "pods" ```