Skip to content

Filesystem / PVC / PV

rate(container_fs_writes_bytes_total{namespace!~"kube-.*|openshift-.*"}[5m])
rate(container_fs_reads_bytes_total{namespace!~"kube-.*|openshift-.*"}[5m])
rate(container_fs_writes_bytes_total{namespace!~"kube-.*|openshift-.*"}[1m])
+
rate(container_fs_reads_bytes_total{namespace!~"kube-.*|openshift-.*"}[1m])
(1 - (sum(container_fs_inodes_free{name!=""}) by (instance) / sum(container_fs_inodes_total) by (instance))) * 100 > 80
kubelet_volume_stats_used_bytes{namespace!~"kube-.*|openshift-.*"}
/
kubelet_volume_stats_capacity_bytes{namespace!~"kube-.*|openshift-.*"}
(
kubelet_volume_stats_used_bytes{namespace!~"kube-.*|openshift-.*"}
/
kubelet_volume_stats_capacity_bytes{namespace!~"kube-.*|openshift-.*"}
) > 0.8
kube_persistentvolumeclaim_status_phase{phase="Pending"} == 1
kubelet_volume_stats_available_bytes / kubelet_volume_stats_capacity_bytes * 100 < 10
predict_linear(kubelet_volume_stats_available_bytes[6h:5m], 4 * 24 * 3600) < 0
kube_persistentvolume_status_phase{phase=~"Failed|Pending", job="kube-state-metrics"} > 0