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
* Add`.firebaseio.com` to the allowed-sites of the proxy server.
225
225
* Exec into the`dind` pod, and run`ifconfig`.
226
-
* 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.
226
+
* If the MTU valuefor`docker0` is_greater than or equal to_ 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.
227
227
* To change the`docker0` MTU value, edit the`configmap`in the`codefresh-runtime` namespace:
228
228
```shell
229
229
kubectl edit cm codefresh-dind-config -n codefresh-runtime