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

Commit1691129

Browse files
committed
docs(runner): add units notice
Closes #CR-17611
1 parent70ebba5 commit1691129

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
@@ -1859,7 +1859,7 @@ accountId: 5f048d85eb107d52b16c53ea
18591859
|`envVars`| object| Override or add environment variables passed into the engine pod|
18601860
|`userEnvVars`| object| Add external env var(s) to the pipeline. See [Custom Global Environment Variables](#custom-global-environment-variables) |
18611861
|`cluster`| object| k8s related information (`namespace`,`serviceAccount`,`nodeSelector`)|
1862-
|`resources`| object| Specify non-default`requests` and`limits`for engine pod|
1862+
|`resources`| object| Specify non-default`requests` and`limits`for engine pod. Units notice: only`Mi` allowedfor memory; only`m` allowedfor CPU.|
18631863
|`tolerations`| array| Add tolerations to engine pod|
18641864
|`annotations`| object| Add custom annotations to engine pod (empty by default`{}`)|
18651865
|`labels`| object| Add custom labels to engine pod (empty by default`{}`)|
@@ -1916,7 +1916,7 @@ runtimeScheduler:
19161916
|`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"}|
19171917
|`userVolumeMounts` with`userVolumes`| object| Add volume mounts to the pipeline See [Custom Volume Mounts](#custom-volume-mounts) |
19181918
|`cluster`| object| k8s related information (`namespace`,`serviceAccount`,`nodeSelector`)|
1919-
|`defaultDindResources`| object| Override`requests` and`limits`for dind pod (defaults are`cpu: 400m` and`memory:800Mi` )|
1919+
|`defaultDindResources`| object| Override`requests` and`limits`for dind pod (defaults are`cpu: 400m` and`memory:800Mi` ). Units notice: only`Mi` allowedfor memory; only`m` allowedfor CPU.|
19201920
|`tolerations`| array| Add tolerations to dind pod|
19211921
|`annotations`| object| Add custom annotations to dind pod (empty by default`{}`)|
19221922
|`labels`| object| Add custom labels to dind pod (empty by default`{}`)|
@@ -2228,4 +2228,3 @@ For troubleshooting refer to the [Knowledge Base](https://support.codefresh.io/h
22282228
[Codefresh installation options]({{site.baseurl}}/docs/installation/installation-options/)
22292229
[Codefresh On-Premises installation]({{site.baseurl}}/docs/installation/codefresh-on-prem/)
22302230
[Codefresh API]({{site.baseurl}}/docs/integrations/codefresh-api/)
2231-

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp