Skip to content

Commit

Permalink
Increase low kubelet volume space "for" (#1185)
Browse files Browse the repository at this point in the history
* Increase low kubelet volume space "for"

This will sync it better with the node-problem-detector

* Update CHANGELOG
  • Loading branch information
mnitchev authored May 16, 2024
1 parent 970d481 commit c282521
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

### Changed

- Adjust the KubeletVolumeSpaceTooLow period to 30m. This will sync it better with the node-problem-detector.

## [3.14.1] - 2024-05-15

### Fixed
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ spec:
description: '{{`Kubelet volume {{ $labels.mountpoint}} on {{ $labels.instance }} does not have enough free space.`}}'
opsrecipe: low-disk-space/#root-volume
expr: node_filesystem_free_bytes{cluster_type="workload_cluster", mountpoint=~"(/rootfs)?/var/lib/kubelet"} < (2 * 1024 * 1024 * 1024)
for: 10m
for: 30m
labels:
area: kaas
severity: page
Expand Down

0 comments on commit c282521

Please sign in to comment.