You signed in with another tab or window.Reload to refresh your session.You signed out in another tab or window.Reload to refresh your session.You switched accounts on another tab or window.Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: _docs/administration/codefresh-runner.md
+3-6Lines changed: 3 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -209,6 +209,7 @@ spec:
209
209
- name: NO_PROXY
210
210
value: localhost,127.0.0.1,<local_ip_of_machine>
211
211
```
212
+
{:start="2"}
212
213
1. Add the following variables to your`runtime.yaml`, both to the`runtimeScheduler:` and to the`dockerDaemonScheduler:` blocks, within the`envVars:` section:
213
214
```yaml
214
215
HTTP_PROXY: http://<ip of proxy server>:port
@@ -218,7 +219,7 @@ https_proxy: http://<ip of proxy server>:port
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.
222
223
1. Exec into the`dind` pod, and run`ifconfig`.
223
224
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.
224
225
* 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
234
235
235
236
### AWS backend volume configuration
236
237
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.
238
239
239
240
> The configuration assumes that you have installed the Runner with the default options:`codefresh runner init`
240
241
@@ -279,11 +280,9 @@ There are three options for this:
279
280
]
280
281
}
281
282
```
282
-
<br />
283
283
284
284
#### Configuration
285
285
286
-
{:start="1"}
287
286
1. Create Storage Class for EBS volumes:
288
287
>Choose **one** of the Availability Zones (AZs)to be used for your pipeline builds. Multi AZ configuration is not supported.
289
288
@@ -1142,8 +1141,6 @@ You need to create three files:
1142
1141
1143
1142
**How to**
1144
1143
1. Create the`cluster.yaml` as in the example below (`my-eks-cluster.yaml`).