You signed in with another tab or window.Reload to refresh your session.You signed out in another tab or window.Reload to refresh your session.You switched accounts on another tab or window.Reload to refresh your session.Dismiss alert
-[Local volumes cleaner](https://github.com/codefresh-io/dind-volume-utils/blob/master/local-volumes/lv-cleaner.sh) - deletes**local** volumes in case node disk space is close to the threshold
1527
1527
1528
1528
***
1529
1529
1530
1530
#####IN-DIND cleaner
1531
-
**Purpose:**removes unneeded*docker containers, images, volumes* inside kubernetes volume mounted to the dind pod
1531
+
**Purpose:**Removes unneeded*docker containers, images, volumes* inside kubernetes volume mounted to the dind pod
1532
1532
1533
1533
**Where it runs:** Running inside each dind pod as script
1534
1534
@@ -1553,9 +1553,9 @@ dockerDaemonScheduler:
1553
1553
***
1554
1554
1555
1555
#####External volumes cleaner
1556
-
**Purpose:**removes unused*kubernetes volumes and related backend volumes*
1556
+
**Purpose:**Removes unused*kubernetes volumes and related backend volumes*
1557
1557
1558
-
**Where it runs:**on Runtime Cluster ascron job
1558
+
**Where it runs:**On Runtime Cluster asCronJob
1559
1559
(`kubectl get cronjobs -n codefresh -l app=dind-volume-cleanup`). Installed in case the Runner uses non-local volumes (`Storage.Backend != local`)
1560
1560
1561
1561
**Triggered by:** CronJob every 10min (configurable), part of[runtime-cluster-monitor](https://github.com/codefresh-io/runtime-cluster-monitor/blob/master/chart/templates/dind-volume-cleanup.yaml) and runner deployment
@@ -1588,16 +1588,16 @@ About *optional* `-m` argument:
1588
1588
***
1589
1589
1590
1590
#####Local volumes cleaner
1591
-
**Purpose:**deletes local volumes in case node disk space is close to the threshold
1591
+
**Purpose:**Deletes local volumes in case node disk space is close to the threshold
1592
1592
1593
-
**Where it runs:**on each node on runtime cluster as DaemonSet`dind-lv-monitor`. Installed in case the Runner use local volumes (`Storage.Backend == local`)
1593
+
**Where it runs:**On each node on runtime cluster as DaemonSet`dind-lv-monitor`. Installed in case the Runner use local volumes (`Storage.Backend == local`)
1594
1594
1595
-
**Triggered by:**starts clean if disk space usage or inodes usage is more than thresholds (configurable)
1595
+
**Triggered by:**Starts clean if disk space usage or inodes usage is more than thresholds (configurable)
1596
1596
1597
1597
**Configuration:**
1598
1598
1599
1599
Override environment variables for`dind-lv-monitor` daemonset if necessary: