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

Commit0bc28f7

Browse files
author
Zhenya Tikhonov
authored
Merge pull request#658 from codefresh-io/CR-17611
docs(runner): add units notice
2 parentsa66f992 +67995e0 commit0bc28f7

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

‎_docs/installation/codefresh-runner.md‎

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1858,7 +1858,7 @@ accountId: 5f048d85eb107d52b16c53ea
18581858
|`envVars`| object| Override or add environment variables passed into the engine pod|
18591859
|`userEnvVars`| object| Add external env var(s) to the pipeline. See [Custom Global Environment Variables](#custom-global-environment-variables) |
18601860
|`cluster`| object| k8s related information (`namespace`,`serviceAccount`,`nodeSelector`)|
1861-
|`resources`| object| Specify non-default`requests` and`limits`for engine pod|
1861+
|`resources`| object| Specify non-default`requests` and`limits`for engine pod. For memory, use`Mi` (mebibytes);for CPU, use`m` (millicpu)|
18621862
|`tolerations`| array| Add tolerations to engine pod|
18631863
|`annotations`| object| Add custom annotations to engine pod (empty by default`{}`)|
18641864
|`labels`| object| Add custom labels to engine pod (empty by default`{}`)|
@@ -1915,7 +1915,7 @@ runtimeScheduler:
19151915
|`envVars`| object| Override or add environment variables passed into the dind pod. See [IN-DIND cleaner](https://github.com/codefresh-io/dind/tree/master/cleaner){:target="\_blank"}|
19161916
|`userVolumeMounts` with`userVolumes`| object| Add volume mounts to the pipeline See [Custom Volume Mounts](#custom-volume-mounts) |
19171917
|`cluster`| object| k8s related information (`namespace`,`serviceAccount`,`nodeSelector`)|
1918-
|`defaultDindResources`| object| Override`requests` and`limits`for dind pod (defaults are`cpu: 400m` and`memory:800Mi`)|
1918+
|`defaultDindResources`| object| Override`requests` and`limits`for dind pod (defaults are`cpu: 400m` and`memory:800Mi`). For memory, use`Mi` (mebibytes);for CPU, use`m` (millicpu)|
19191919
|`tolerations`| array| Add tolerations to dind pod|
19201920
|`annotations`| object| Add custom annotations to dind pod (empty by default`{}`)|
19211921
|`labels`| object| Add custom labels to dind pod (empty by default`{}`)|
@@ -2227,4 +2227,3 @@ For troubleshooting refer to the [Knowledge Base](https://support.codefresh.io/h
22272227
[Codefresh installation options]({{site.baseurl}}/docs/installation/installation-options/)
22282228
[Codefresh On-Premises installation]({{site.baseurl}}/docs/installation/codefresh-on-prem/)
22292229
[Codefresh API]({{site.baseurl}}/docs/integrations/codefresh-api/)
2230-

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp