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

docs(runner): add units notice#658

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Merged
3 commits merged intomasterfromCR-17611
Apr 16, 2023
Merged
Changes fromall commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 2 additions & 3 deletions_docs/installation/codefresh-runner.md
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -1858,7 +1858,7 @@ accountId: 5f048d85eb107d52b16c53ea
| `envVars` | object | Override or add environment variables passed into the engine pod |
| `userEnvVars` | object | Add external env var(s) to the pipeline. See [Custom Global Environment Variables](#custom-global-environment-variables) |
| `cluster` | object | k8s related information (`namespace`, `serviceAccount`, `nodeSelector`) |
| `resources` | object | Specify non-default `requests` and `limits` for engine pod |
| `resources` | object | Specify non-default `requests` and `limits` for engine pod. For memory, use `Mi` (mebibytes); for CPU, use `m` (millicpu) |
| `tolerations` | array | Add tolerations to engine pod |
| `annotations` | object | Add custom annotations to engine pod (empty by default `{}`) |
| `labels` | object | Add custom labels to engine pod (empty by default `{}`) |
Expand DownExpand Up@@ -1915,7 +1915,7 @@ runtimeScheduler:
| `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"} |
| `userVolumeMounts` with `userVolumes` | object | Add volume mounts to the pipeline See [Custom Volume Mounts](#custom-volume-mounts) |
| `cluster` | object | k8s related information (`namespace`, `serviceAccount`, `nodeSelector`) |
| `defaultDindResources` | object | Override `requests` and `limits` for dind pod (defaults are `cpu: 400m` and `memory:800Mi`) |
| `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) |
| `tolerations` | array | Add tolerations to dind pod |
| `annotations` | object | Add custom annotations to dind pod (empty by default `{}`) |
| `labels` | object | Add custom labels to dind pod (empty by default `{}`) |
Expand DownExpand Up@@ -2227,4 +2227,3 @@ For troubleshooting refer to the [Knowledge Base](https://support.codefresh.io/h
[Codefresh installation options]({{site.baseurl}}/docs/installation/installation-options/)
[Codefresh On-Premises installation]({{site.baseurl}}/docs/installation/codefresh-on-prem/)
[Codefresh API]({{site.baseurl}}/docs/integrations/codefresh-api/)


[8]ページ先頭

©2009-2025 Movatter.jp