k3s/pkg/kubelet/cadvisor
Kubernetes Submit Queue bc2e3cea8f
Merge pull request #59743 from feiskyer/stats
Automatic merge from submit-queue (batch tested with PRs 59286, 59743, 59883, 60190, 60165). If you want to cherry-pick this change to another branch, please follow the instructions <a href="https://github.com/kubernetes/community/blob/master/contributors/devel/cherry-picks.md">here</a>.

Fix image file system stats for windows nodes

**What this PR does / why we need it**:

Kubelet is reporting `invalid capacity 0 on image filesystem` on windows nodes and image GC always fails.

**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 #59742

**Special notes for your reviewer**:

**Release note**:

```release-note
Fix image file system stats for windows nodes
```
2018-02-23 20:09:32 -08:00
..
testing Improve comments for kubelet 2018-02-14 12:03:46 -08:00
BUILD Autogenerated: hack/update-bazel.sh 2018-02-16 13:43:01 -08:00
cadvisor_linux.go update cadvisor godeps and ignore per-cpu metrics 2018-02-22 09:17:02 -08:00
cadvisor_linux_test.go
cadvisor_unsupported.go Add mountpoint as CRI image filesystem storage identifier. 2018-02-07 23:01:06 +00:00
cadvisor_windows.go Get dirFsInfo from docker image filesystem 2018-02-22 11:09:22 +08:00
doc.go
helpers_linux.go fix magic string for runtime type 2017-12-16 19:19:49 +08:00
helpers_unsupported.go Fix cross-build 2017-09-07 09:53:52 -04:00
types.go Add mountpoint as CRI image filesystem storage identifier. 2018-02-07 23:01:06 +00:00
util.go kubelet should use the value of the cri container runtime endpoint from cadvisor 2017-12-11 15:37:12 -05:00
util_test.go testcase to pkg/kubelet/cadvisor/util.go 2018-01-19 14:30:45 +08:00