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

upd codefresh-runner.md#390

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
mikhail-klimko merged 1 commit intomasterfromCR-10465
Apr 4, 2022
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
6 changes: 6 additions & 0 deletions_docs/administration/codefresh-runner.md
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -1498,6 +1498,7 @@ accountId: 5f048d85eb107d52b16c53ea
|`resources`| object| Specify non-default`requests` and`limits`for engine pod|
|`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`{}`)|
|`dnsPolicy`| string| Engine pod's [DNS policy](https://kubernetes.io/docs/concepts/services-networking/dns-pod-service/#pod-s-dns-policy) |
| `dnsConfig` | object | Engine pod's [DNS config](https://kubernetes.io/docs/concepts/services-networking/dns-pod-service/#pod-dns-config) |

Expand All@@ -1515,6 +1516,8 @@ runtimeScheduler:
namespace: codefresh
serviceAccount: codefresh-engine
annotations: {}
labels:
spotinst.io/restrict-scale-down:"true"
envVars:
NODE_TLS_REJECT_UNAUTHORIZED:'0'#disable certificate validation for TLS connections (e.g. to g.codefresh.io)
METRICS_PROMETHEUS_ENABLED:'true'#enable /metrics on engine pod
Expand DownExpand Up@@ -1552,6 +1555,7 @@ runtimeScheduler:
|`defaultDindResources`| object| Override`requests` and`limits`for dind pod (defaults are`cpu: 400m` and`memory:800Mi` )|
|`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`{}`)|
|`pvc`| object| Override default storage configurationfor PersistentVolumeClaim (PVC) with`storageClassName`,`volumeSize`,`reuseVolumeSelector`. See [Volume Reusage Policy]({{site.baseurl}}/docs/administration/codefresh-runner/#volume-reusage-policy) |
|`dnsPolicy`| string| Dind pod's [DNS policy](https://kubernetes.io/docs/concepts/services-networking/dns-pod-service/#pod-s-dns-policy) |
| `dnsConfig` | object | Dind pod's [DNS config](https://kubernetes.io/docs/concepts/services-networking/dns-pod-service/#pod-dns-config) |
Expand All@@ -1569,6 +1573,8 @@ dockerDaemonScheduler:
namespace: codefresh
serviceAccount: codefresh-engine
annotations: {}
labels:
spotinst.io/restrict-scale-down:"true"
userAccess:true
defaultDindResources:
requests:''
Expand Down

[8]ページ先頭

©2009-2025 Movatter.jp