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

Commit67995e0

Browse files
committed
docs(runner): fix units notice
1 parent04a7cc3 commit67995e0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎_docs/installation/codefresh-runner.md‎

Lines changed: 2 additions & 2 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.Units notice: only`Mi`allowedformemory; only`m`allowedfor CPU|
1861+
|`resources`| object| Specify non-default`requests` and`limits`for engine pod.For memory, use`Mi`(mebibytes);forCPU, 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`).Units notice: only`Mi`allowedformemory; only`m`allowedfor CPU|
1918+
|`defaultDindResources`| object| Override`requests` and`limits`for dind pod (defaults are`cpu: 400m` and`memory:800Mi`).For memory, use`Mi`(mebibytes);forCPU, 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`{}`)|

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp