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
To check the installation result type`venona status --verbose` and you will get a list of all installations.
122
122
123
+
###Installing behind a proxy
124
+
125
+
If you want to deploy the Codefresh runner on a Kubernetes cluster that doesn’t have direct access to`g.codefresh.io`, and has to go trough a proxy server to access`g.codefresh.io`, you will need to follow these additional steps:
126
+
127
+
*Step 1* - Follow the installation instructions of the previous section
128
+
129
+
*Step 2* - Run`kubectl edit deployment venona -ncodefresh-runtime` and add the proxy variables like this
*Step 3* - Add the following variables to your runtime.yaml, both under the`runtimeScheduler:` and under`dockerDaemonScheduler:` blocks inside the`envVars:` section
*Step 4* - Add`.firebaseio.com` to the allowed-sites of the proxy server
164
+
165
+
*Step 5* - Exec into the`dind` pod and run`ifconfig`
166
+
167
+
If the MTU value for`docker0` is higher than the MTU value of`eth0` (sometimes the`docker0` MTU is 1500, while`eth0` MTU is 1440 - you need to change this, the`docker0` MTU should be lower than`eth0` MTU
168
+
169
+
To fix this, edit the configmap in the codefresh-runtime namespace:
170
+
171
+
```
172
+
kubectl edit cm codefresh-dind-config -ncodefresh-runtime