Skip to content

Commit dff0940

Browse files
committed
add evction metrics for ephemeral fs limit
1 parent c1a54f0 commit dff0940

File tree

1 file changed

+2
-2
lines changed
  • keps/sig-node/1029-ephemeral-storage-quotas

1 file changed

+2
-2
lines changed

keps/sig-node/1029-ephemeral-storage-quotas/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -797,6 +797,7 @@ Yes.
797797
###### Is the rollout accompanied by any deprecations and/or removals of features, APIs, fields of API types, flags, etc.?
798798

799799
LocalStorageCapacityIsolationFSQuotaMonitoring should be turned on only if LocalStorageCapacityIsolation is enabled as well.
800+
If LocalStorageCapacityIsolationFSQuotaMonitoring is turned on but LocalStorageCapacityIsolation is false, the check will be skipped.
800801

801802
### Monitoring Requirements
802803

@@ -813,8 +814,7 @@ the health of the service?**
813814
- N/A.
814815

815816
* **Are there any missing metrics that would be useful to have to improve observability of this feature? **
816-
- No.
817-
817+
- Yes, there is a kubelet metrics `kubelet_evictions{eviction_signal="ephemeralpodfs.limit"}`([ALPHA] Cumulative number of pod evictions by eviction signal).
818818

819819
### Dependencies
820820
* **Does this feature depend on any specific services running in the cluster? **

0 commit comments

Comments
 (0)