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
{{ message }}
This repository has been archived by the owner on Jun 20, 2024. It is now read-only.
This change is in moby/moby#28257. Effects include "pod-to-pod traffic works but pod to Internet does not". It will probably also break most uses of weave expose.
Docker add these rules:
-A FORWARD -i docker0 ! -o docker0 -j ACCEPT
-A FORWARD -i docker0 -o docker0 -j ACCEPT
so we could do something similar for the weave bridge. It needs to take into account the weave-npc rules which already cover traffic onto the weave bridge (if enabled).
The text was updated successfully, but these errors were encountered:
This change is in moby/moby#28257. Effects include "pod-to-pod traffic works but pod to Internet does not". It will probably also break most uses of
weave expose
.Docker add these rules:
so we could do something similar for the weave bridge. It needs to take into account the
weave-npc
rules which already cover traffic onto the weave bridge (if enabled).The text was updated successfully, but these errors were encountered: