@@ -134,13 +134,13 @@ spec:
134134 containers:
135135- env:
136136- name: HTTP_PROXY
137- value:http://192.168.199.5:8080
137+ value: http://< ip of proxy server > : port
138138- name: HTTPS_PROXY
139- value:http://192.168.199.5:8080
139+ value: http://< ip of proxy server > : port
140140- name: http_proxy
141- value:http://192.168.199.5:8080
141+ value: http://< ip of proxy server > : port
142142- name: https_proxy
143- value:http://192.168.199.5:8080
143+ value: http://< ip of proxy server > : 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
159159No_proxy: localhost, 127.0.0.1, <local_ip_of_machine>
160160NO_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/ )