This incident type refers to a situation where the persistent volumes used in a software application are running out of storage space. Persistent volumes are used to store data in a containerized environment, and if the storage space is limited, it can lead to errors and service disruptions. This issue can occur due to various reasons such as a sudden increase in data volume, incorrect configuration, or inefficient utilization of storage resources. It is crucial to monitor and manage the available storage space to ensure the smooth functioning of the software application.
Parameters
Debug
List all persistent volumes in the cluster
Check the usage and capacity of each persistent volume
Check the usage and capacity of the persistent volume claim(s) that use the persistent volume
Check the usage and capacity of the pod(s) that use the persistent volume claim(s)
Check the logs of the pod(s) to see if there are any errors related to storage
Check if there are any pending events related to storage in the cluster
Check if there are any nodes with low disk space available
There might be a sudden increase in data volume that the persistent volume cannot handle.
Repair
Increase the storage capacity of the persistent volumes.
Learn more
Related Runbooks
Check out these related runbooks to help you debug and resolve similar issues.