Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Invalid capacity 0 on windows image filesystem #59742

Closed
feiskyer opened this issue Feb 12, 2018 · 5 comments · Fixed by #59743
Closed

Invalid capacity 0 on windows image filesystem #59742

feiskyer opened this issue Feb 12, 2018 · 5 comments · Fixed by #59743
Assignees
Labels
kind/bug Categorizes issue or PR as related to a bug. priority/important-soon Must be staffed and worked on either currently, or very soon, ideally in time for the next release. sig/node Categorizes an issue or PR as relevant to SIG Node. sig/windows Categorizes an issue or PR as relevant to SIG Windows.
Milestone

Comments

@feiskyer
Copy link
Member

Is this a BUG REPORT or FEATURE REQUEST?:

Uncomment only one, leave it on its own line:

/kind bug
/kind feature

What happened:

kubectl describe nodes

  Warning  InvalidDiskCapacity  5m (x1715 over 5d)   kubelet, 13488k8s9002  invalid capacity 0 on image filesystem
  Warning  ImageGCFailed        49s (x1715 over 5d)  kubelet, 13488k8s9002  invalid capacity 0 on image filesystem

What you expected to happen:

Kubelet should get correct stats on windows nodes.

How to reproduce it (as minimally and precisely as possible):

Create a cluster with windows nodes and run kubectl describe nodes <node-name>.

Anything else we need to know?:

Environment:

  • Kubernetes version (use kubectl version):
  • Cloud provider or hardware configuration:
  • OS (e.g. from /etc/os-release):
  • Kernel (e.g. uname -a):
  • Install tools:
  • Others:
@k8s-ci-robot k8s-ci-robot added the needs-sig Indicates an issue or PR lacks a `sig/foo` label and requires one. label Feb 12, 2018
@feiskyer feiskyer self-assigned this Feb 12, 2018
@feiskyer feiskyer added kind/bug Categorizes issue or PR as related to a bug. sig/node Categorizes an issue or PR as relevant to SIG Node. sig/windows Categorizes an issue or PR as relevant to SIG Windows. labels Feb 12, 2018
@k8s-ci-robot k8s-ci-robot removed the needs-sig Indicates an issue or PR lacks a `sig/foo` label and requires one. label Feb 12, 2018
@feiskyer feiskyer added this to the v1.10 milestone Feb 12, 2018
@jberkus
Copy link

jberkus commented Feb 19, 2018

adding priority so this can stay in 1.10

/priority important-soon

@k8s-ci-robot k8s-ci-robot added the priority/important-soon Must be staffed and worked on either currently, or very soon, ideally in time for the next release. label Feb 19, 2018
@jberkus
Copy link

jberkus commented Feb 23, 2018

@feiskyer if this issue is a 1.10 release blocker, please add status/approved-for-milestone to it before Code Freeze on Monday. Thanks!

@feiskyer
Copy link
Member Author

/status approved-for-milestone

@k8s-ci-robot
Copy link
Contributor

You must be a member of the kubernetes/kubernetes-milestone-maintainers github team to add status labels.

k8s-github-robot pushed a commit that referenced this issue Feb 24, 2018
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
```
@loxal
Copy link

loxal commented May 5, 2020

Got exactly the same issue with K8s 1.18.2 on Fedora 32 for which reason the respective node remains NotReady.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/bug Categorizes issue or PR as related to a bug. priority/important-soon Must be staffed and worked on either currently, or very soon, ideally in time for the next release. sig/node Categorizes an issue or PR as relevant to SIG Node. sig/windows Categorizes an issue or PR as relevant to SIG Windows.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

5 participants