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

Commit30f2f8f

Browse files
committed
Update codefresh-runner.md
1 parent5550e07 commit30f2f8f

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

‎_docs/administration/codefresh-runner.md‎

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2026,13 +2026,13 @@ Volume reuse behavior depends on the configuration for `reuseVolumeSelector` in
20262026
The following options are available:
20272027
20282028
*`reuseVolumeSelector:'codefresh-app,io.codefresh.accountName'`
2029-
Determined PV can be used by**ANY** pipelinein the specified account (it's a **default** volume selector).
2030-
* Benefit: Fewer PVs, leading to lower cost. Since any PV can be used by any pipeline, the cluster needs to maintain/reserve fewer PVs in its PV pool for Codefresh.
2031-
* Downside: Since the PV can be used by any pipeline, the PVs could have assets and info from different pipelines, reducing the probability of cache.
2029+
Determined PV can be used by**ANY** pipelinein the specified account (it's a **default** volume selector).
2030+
* Benefit: Fewer PVs, leading to lower cost. Since any PV can be used by any pipeline, the cluster needs to maintain/reserve fewer PVs in its PV pool for Codefresh.
2031+
* Downside: Since the PV can be used by any pipeline, the PVs could have assets and info from different pipelines, reducing the probability of cache.
20322032
* `reuseVolumeSelector:'codefresh-app,io.codefresh.accountName,pipeline_id'`
20332033
Determined PV can be used only by a **single pipeline**.
2034-
* Benfits: More probability of cache without "spam" from other pipelines.
2035-
* Downside: More PVs to maintain and therefore higher costs.
2034+
* Benfits: More probability of cache without "spam" from other pipelines.
2035+
* Downside: More PVs to maintain and therefore higher costs.
20362036
* `reuseVolumeSelector:'codefresh-app,io.codefresh.accountName,pipeline_id,io.codefresh.branch_name'`
20372037
Determined PV can be used only by **single pipeline AND single branch**.
20382038
* `reuseVolumeSelector:'codefresh-app,io.codefresh.accountName,pipeline_id,trigger'`

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp