Skip to content

Commit 4916ed8

Browse files
Merge pull request #1620 from StackVista/stac-22692
STAC-22692: Add orhpaned pvc monitor to docs and add it to the ones t…
2 parents 8f9e555 + 9e51fd5 commit 4916ed8

2 files changed

Lines changed: 5 additions & 0 deletions

File tree

use/alerting/k8s-override-monitor-arguments.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@ The full annotation then would look like
6161
* [Node Memory Pressure](/use/alerting/kubernetes-monitors.md#node-memory-pressure)
6262
* [Node PID Pressure](/use/alerting/kubernetes-monitors.md#node-pid-pressure)
6363
* [Node Readiness](/use/alerting/kubernetes-monitors.md#node-readiness)
64+
* [Orphaned Persistent Volumes](/use/alerting/kubernetes-monitors.md#orphaned-persistent-volumes) (Only the `enabled` property)
6465
* [Out of memory for containers](/use/alerting/kubernetes-monitors.md#out-of-memory-for-containers)
6566

6667
## Build an override for a custom monitor

use/alerting/kubernetes-monitors.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,10 @@ Allows [Override Monitor arguments](/use/alerting/k8s-override-monitor-arguments
7777
Check if the Node is up and running as expected.
7878
Allows [Override Monitor arguments](/use/alerting/k8s-override-monitor-arguments.md)
7979

80+
### Orphaned Persistent Volumes
81+
Verify that no persistent volumes are orphaned. An orphaned persistent volume is a persistent volume that is not associated with a persistent volume claim. An orphaned persistent volume can be a security risk, as it may contain sensitive data that is not being used. An orphaned persistent volume can also be a waste of resources, as it is not being used.
82+
Allows [Override Monitor arguments](/use/alerting/k8s-override-monitor-arguments.md) but only the `enabled` property
83+
8084
### Out of memory for containers
8185

8286
It is important to ensure that the containers running in your Kubernetes cluster have enough memory to function properly. Out-of-memory (OOM) conditions can cause containers to crash or become unresponsive, leading to restarts and potential data loss.

0 commit comments

Comments
 (0)