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

Commitc7df7ec

Browse files
upd codefresh-runner.md
1 parentcb89b30 commitc7df7ec

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

‎_docs/administration/codefresh-runner.md‎

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1498,6 +1498,7 @@ accountId: 5f048d85eb107d52b16c53ea
14981498
|`resources`| object| Specify non-default`requests` and`limits`for engine pod|
14991499
|`tolerations`| array| Add tolerations to engine pod|
15001500
|`annotations`| object| Add custom annotations to engine pod (empty by default`{}`)|
1501+
|`labels`| object| Add custom labels to engine pod (empty by default`{}`)|
15011502
|`dnsPolicy`| string| Engine pod's [DNS policy](https://kubernetes.io/docs/concepts/services-networking/dns-pod-service/#pod-s-dns-policy) |
15021503
| `dnsConfig` | object | Engine pod's [DNS config](https://kubernetes.io/docs/concepts/services-networking/dns-pod-service/#pod-dns-config) |
15031504

@@ -1515,6 +1516,8 @@ runtimeScheduler:
15151516
namespace: codefresh
15161517
serviceAccount: codefresh-engine
15171518
annotations: {}
1519+
labels:
1520+
spotinst.io/restrict-scale-down:"true"
15181521
envVars:
15191522
NODE_TLS_REJECT_UNAUTHORIZED:'0'#disable certificate validation for TLS connections (e.g. to g.codefresh.io)
15201523
METRICS_PROMETHEUS_ENABLED:'true'#enable /metrics on engine pod
@@ -1552,6 +1555,7 @@ runtimeScheduler:
15521555
|`defaultDindResources`| object| Override`requests` and`limits`for dind pod (defaults are`cpu: 400m` and`memory:800Mi` )|
15531556
|`tolerations`| array| Add tolerations to dind pod|
15541557
|`annotations`| object| Add custom annotations to dind pod (empty by default`{}`)|
1558+
|`labels`| object| Add custom labels to dind pod (empty by default`{}`)|
15551559
|`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) |
15561560
|`dnsPolicy`| string| Dind pod's [DNS policy](https://kubernetes.io/docs/concepts/services-networking/dns-pod-service/#pod-s-dns-policy) |
15571561
| `dnsConfig` | object | Dind pod's [DNS config](https://kubernetes.io/docs/concepts/services-networking/dns-pod-service/#pod-dns-config) |
@@ -1569,6 +1573,8 @@ dockerDaemonScheduler:
15691573
namespace: codefresh
15701574
serviceAccount: codefresh-engine
15711575
annotations: {}
1576+
labels:
1577+
spotinst.io/restrict-scale-down:"true"
15721578
userAccess:true
15731579
defaultDindResources:
15741580
requests:''

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp