Running out of disk should set cluster status to 507 (Insufficient Storage) #9025
Labels
kind/feature
Categorizes issue or PR as related to a new feature.
priority/important-soon
Must be staffed and worked on either currently, or very soon, ideally in time for the next release.
Related to #9024
If
/var
is full, it should be addressed inminikube status --layout=cluster -o json
.Everything looks OK, but it isn't:
Ideally, I would like to see both the node and cluster state populated with something like this when completely full:
or if it's nearly out of space:
Doing so via kubelet DiskPressure check would be ideal, but if need be, we can use
minikube ssh
to simulate this check initially.The text was updated successfully, but these errors were encountered: