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

Commit1805176

Browse files
committed
Update codefresh-runner.md
1 parent3bc38a0 commit1805176

File tree

1 file changed

+9
-8
lines changed

1 file changed

+9
-8
lines changed

‎_docs/administration/codefresh-runner.md‎

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,8 @@ If the Kubernetes cluster with the Codefresh Runner is behind a proxy server wit
190190
Make sure you have [installed the Codefresh Runner](#codefresh-runner-installation) using any of the options
191191

192192
**How to**
193-
1. Run`kubectl edit deployment runner -n codefresh-runtime` and add the proxy variables:
193+
* Run`kubectl edit deployment runner -n codefresh-runtime` and add the proxy variables:
194+
194195
```yaml
195196
spec:
196197
containers:
@@ -209,7 +210,7 @@ spec:
209210
value: localhost,127.0.0.1,<local_ip_of_machine>
210211
```
211212
{:start="2"}
212-
1. Add the following variables to your`runtime.yaml`, both to the`runtimeScheduler:` and to the`dockerDaemonScheduler:` blocks, within the`envVars:` section:
213+
* 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
215216
http_proxy: http://<ip of proxy server>:port
@@ -218,15 +219,15 @@ 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-
1. Add`.firebaseio.com` to the allowed-sites of the proxy server.
222-
1. Exec into the`dind` pod, and run`ifconfig`.
223-
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-
* To change the`docker0` MTU value, edit the`configmap`in the`codefresh-runtime` namespace:
222+
* Add`.firebaseio.com` to the allowed-sites of the proxy server.
223+
* Exec into the`dind` pod, and run`ifconfig`.
224+
* 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.
225+
* To change the`docker0` MTU value, edit the`configmap`in the`codefresh-runtime` namespace:
225226
```shell
226227
kubectl edit cm codefresh-dind-config -n codefresh-runtime
227228
```
228-
* Add the string below after one of the commas:
229-
`\"mtu\":1440,`
229+
* Add the string below after one of the commas:
230+
`\"mtu\":1440,`
230231

231232
## Post-installation configuration
232233

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp