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

Commit560a297

Browse files
committed
Update codefresh-runner.md
1 parent9b5146f commit560a297

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

‎_docs/administration/codefresh-runner.md‎

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -209,6 +209,7 @@ spec:
209209
- name: NO_PROXY
210210
value: localhost,127.0.0.1,<local_ip_of_machine>
211211
```
212+
{:start="2"}
212213
1. Add the following variables to your`runtime.yaml`, both to the`runtimeScheduler:` and to the`dockerDaemonScheduler:` blocks, within the`envVars:` section:
213214
```yaml
214215
HTTP_PROXY: http://<ip of proxy server>:port
@@ -218,7 +219,7 @@ https_proxy: http://<ip of proxy server>:port
218219
No_proxy: localhost, 127.0.0.1,<local_ip_of_machine>
219220
NO_PROXY: localhost, 127.0.0.1,<local_ip_of_machine>
220221
```
221-
3. Add`.firebaseio.com` to the allowed-sites of the proxy server.
222+
1. Add`.firebaseio.com` to the allowed-sites of the proxy server.
222223
1. Exec into the`dind` pod, and run`ifconfig`.
223224
1. If the MTU valuefor`docker0` is _higher_ than the MTU value of`eth0` (sometimes the`docker0` MTU is 1500,while`eth0` MTU is 1440), change the`docker0` MTU value to be lower than the`eth0` MTU.
224225
* To change the`docker0` MTU value, edit the`configmap`in the`codefresh-runtime` namespace:
@@ -234,7 +235,7 @@ After installation, configure the Kubernetes cluster with the Codefresh Runner t
234235

235236
### AWS backend volume configuration
236237

237-
For Codefresh Runners on [EKS](https://aws.amazon.com/eks/){:target=\_blank"}, or any other custom cluster in Amazon, such as kops for example, configure the Runner to work with EBS volumes to support [caching]({{site.baseurl}}/docs/configure-ci-cd-pipeline/pipeline-caching/) during pipeline execution.
238+
For Codefresh Runners on [EKS](https://aws.amazon.com/eks/){:target=\_blank"} or any other custom cluster in Amazon, such as kops for example, configure the Runner to work with EBS volumes to support [caching]({{site.baseurl}}/docs/configure-ci-cd-pipeline/pipeline-caching/) during pipeline execution.
238239
239240
> The configuration assumes that you have installed the Runner with the default options:`codefresh runner init`
240241
@@ -279,11 +280,9 @@ There are three options for this:
279280
]
280281
}
281282
```
282-
<br />
283283
284284
#### Configuration
285285
286-
{:start="1"}
287286
1. Create Storage Class for EBS volumes:
288287
>Choose **one** of the Availability Zones (AZs)to be used for your pipeline builds. Multi AZ configuration is not supported.
289288
@@ -1142,8 +1141,6 @@ You need to create three files:
11421141
11431142
**How to**
11441143
1. Create the`cluster.yaml` as in the example below (`my-eks-cluster.yaml`).
1145-
`my-eks-cluster.yaml`
1146-
11471144
```yaml
11481145
apiVersion: eksctl.io/v1alpha5
11491146
kind: ClusterConfig

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp