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

Commit7092f44

Browse files
Substituting placeholders for IP/Port
1 parentd714e2a commit7092f44

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

‎_docs/enterprise/codefresh-runner.md‎

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -134,13 +134,13 @@ spec:
134134
containers:
135135
- env:
136136
- name: HTTP_PROXY
137-
value:http://192.168.199.5:8080
137+
value: http://<ipofproxyserver>:port
138138
- name: HTTPS_PROXY
139-
value:http://192.168.199.5:8080
139+
value: http://<ipofproxyserver>:port
140140
- name: http_proxy
141-
value:http://192.168.199.5:8080
141+
value: http://<ipofproxyserver>:port
142142
- name: https_proxy
143-
value:http://192.168.199.5:8080
143+
value: http://<ipofproxyserver>:port
144144
- name: no_proxy
145145
value: localhost, 127.0.0.1, <local_ip_of_machine>
146146
- name: NO_PROXY
@@ -152,10 +152,10 @@ spec:
152152
*Step 3* - Add the following variables to your runtime.yaml, both under the`runtimeScheduler:` and under`dockerDaemonScheduler:` blocks inside the`envVars:` section
153153

154154
```
155-
HTTP_PROXY: http://192.168.199.5:8080
156-
http_proxy: http://192.168.199.5:8080
157-
HTTPS_PROXY: http://192.168.199.5:8080
158-
https_proxy: http://192.168.199.5:8080
155+
HTTP_PROXY: http://<ip of proxy server>:port
156+
http_proxy: http://<ip of proxy server>:port
157+
HTTPS_PROXY: http://<ip of proxy server>:port
158+
https_proxy: http://<ip of proxy server>:port
159159
No_proxy: localhost, 127.0.0.1, <local_ip_of_machine>
160160
NO_PROXY: localhost, 127.0.0.1, <local_ip_of_machine>
161161
```
@@ -408,4 +408,4 @@ See the [connecting a cluster]({{site.baseurl}}/docs/deploy-to-kubernetes/add-ku
408408
*[Codefresh installation options]({{site.baseurl}}/docs/enterprise/installation-security/)
409409
*[Account management]({{site.baseurl}}/docs/enterprise/ent-account-mng/)
410410
*[Access Control]({{site.baseurl}}/docs/enterprise/access-control/)
411-
*[Codefresh API]({{site.baseurl}}/docs/integrations/codefresh-api/)
411+
*[Codefresh API]({{site.baseurl}}/docs/integrations/codefresh-api/)

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp