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.
We should extract the dp related utilities (weave --create-datapath|--delete-datapath|--add-datapath-iface) into a separate binary, together with other non-docker-related utilities used by the script (currently just netcheck). And invoke that from the weave script.
This will speed up weave launch when there is no bridge, and weave reset and container launch since it eliminates the temporary containers we currently need in order to run the dp utilities.
We should extract the dp related utilities (
weave --create-datapath|--delete-datapath|--add-datapath-iface
) into a separate binary, together with other non-docker-related utilities used by the script (currently justnetcheck
). And invoke that from the weave script.This will speed up
weave launch
when there is no bridge, andweave reset
and container launch since it eliminates the temporary containers we currently need in order to run the dp utilities.And it helps with #1566.
This came up as part of #1584.
The text was updated successfully, but these errors were encountered: