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

Commit100d790

Browse files
authored
Merge pull request#554 from codefresh-io/classic-volume-resuse-new-option
Update codefresh-runner.md
2 parents773c589 +1c209f7 commit100d790

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

‎_docs/administration/codefresh-runner.md‎

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2028,11 +2028,14 @@ The following options are available:
20282028
20292029
*`reuseVolumeSelector:'codefresh-app,io.codefresh.accountName'`
20302030
Determined PV can be used by**ANY** pipelinein the specified account (it's a **default** volume selector).
2031-
* Benefit: Fewer PVs,leading to lowercost. Since any PV can be used by any pipeline, the cluster needs to maintain/reserve fewer PVs in its PV pool for Codefresh.
2031+
* Benefit: Fewer PVs,resulting in lowercosts. Since any PV can be used by any pipeline, the cluster needs to maintain/reserve fewer PVs in its PV pool for Codefresh.
20322032
* 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.
2033+
* `reuseVolumeSelector:'codefresh-app,io.codefresh.accountName,project_id'`
2034+
Determined PV can be used by ALL pipelines in your account, assigned to the same project.
2035+
20332036
* `reuseVolumeSelector:'codefresh-app,io.codefresh.accountName,pipeline_id'`
20342037
Determined PV can be used only by a **single pipeline**.
2035-
*Benfits: More probability of cache without "spam" from other pipelines.
2038+
*Benefit: More probability of cache without "spam" from other pipelines.
20362039
* Downside: More PVs to maintain and therefore higher costs.
20372040
* `reuseVolumeSelector:'codefresh-app,io.codefresh.accountName,pipeline_id,io.codefresh.branch_name'`
20382041
Determined PV can be used only by **single pipeline AND single branch**.

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp