topolvm / pvc-autoresizer

Auto-resize PersistentVolumeClaim objects based on Prometheus metrics
Apache License 2.0
251 stars 29 forks source link

Fix concurrent map writes bug of K8s metrics API client #268

Closed daichimukai closed 4 months ago

daichimukai commented 4 months ago

This PR fixes a bug reported in #266. Thanks @Mihirkumarsingh for reporting!