Skip to content

Commit f1d191f

Browse files
Merge pull request #269530 from RepinStyle/repinstyle-ci-pv-limitations
Add Container Insights persistent volume limitations
2 parents e5e0bc4 + 5a5bb91 commit f1d191f

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

articles/azure-monitor/containers/container-insights-persistent-volumes.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,11 @@ You can find an overview of persistent volume inventory in the **Persistent Volu
4747
### Persistent Volume Usage recommended alert
4848
You can enable a recommended alert to alert you when average PV usage for a pod is above 80%. To learn more about alerting, see [Metric alert rules in Container insights (preview)](./container-insights-metric-alerts.md). To learn how to override the default threshold, see the [Configure alertable metrics in ConfigMaps](./container-insights-metric-alerts.md#configure-alertable-metrics-in-configmaps) section.
4949

50+
## Limitations
51+
Persistent volumes where storage class is "azureblob-*" won't collect PV metrics due to a limitation in CAdvisor. The following command will show persistent volumes and their properties (including storage class).
52+
53+
```kubectl get pvc```
54+
5055
## Next steps
5156

5257
To learn more about collected PV metrics, see [Configure agent data collection for Container insights](./container-insights-data-collection-configmap.md).

0 commit comments

Comments
 (0)