Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit0654628

Browse files
fix typos
1 parent05452ae commit0654628

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

‎_docs/administration/codefresh-runner.md‎

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1521,14 +1521,14 @@ Regarding [Regional Persistent Disks](https://cloud.google.com/kubernetes-engine
15211521
- There are several places where pipeline volume cleanup is required, so there are several kinds of cleaner.
15221522

15231523
#####Cleaners:
1524-
-[IN-DIND cleaner](https://github.com/codefresh-io/dind/tree/master/cleaner) - deletes extra docker containers, volumes, imagesondind pod
1524+
-[IN-DIND cleaner](https://github.com/codefresh-io/dind/tree/master/cleaner) - deletes extra docker containers, volumes, imagesin**dind pod**
15251525
-[External volumes cleaner](https://github.com/codefresh-io/runtime-cluster-monitor/blob/master/chart/templates/dind-volume-cleanup.yaml) - deletes unused**external** PVs (EBS, GCE/Azure disks)
15261526
-[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
15271527

15281528
***
15291529

15301530
#####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
15321532

15331533
**Where it runs:** Running inside each dind pod as script
15341534

@@ -1553,9 +1553,9 @@ dockerDaemonScheduler:
15531553
***
15541554

15551555
#####External volumes cleaner
1556-
**Purpose:**removes unused*kubernetes volumes and related backend volumes*
1556+
**Purpose:**Removes unused*kubernetes volumes and related backend volumes*
15571557

1558-
**Where it runs:**on Runtime Cluster ascron job
1558+
**Where it runs:**On Runtime Cluster asCronJob
15591559
(`kubectl get cronjobs -n codefresh -l app=dind-volume-cleanup`). Installed in case the Runner uses non-local volumes (`Storage.Backend != local`)
15601560

15611561
**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:
15881588
***
15891589

15901590
#####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
15921592

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`)
15941594

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)
15961596

15971597
**Configuration:**
15981598

15991599
Override environment variables for`dind-lv-monitor` daemonset if necessary:
1600-
-`VOLUME_PARENT_DIR` - default`/var/lib/codefresh`
1600+
-`VOLUME_PARENT_DIR` - default`/var/lib/codefresh/dind-volumes`
16011601
-`KB_USAGE_THRESHOLD` - default 80 (percentage)
16021602
-`INODE_USAGE_THRESHOLD` - default 80
16031603

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp