This repository has been archived by the owner on Jun 20, 2024. It is now read-only.
Weave 1.7.2
Bug fixes and minor improvements
- Fixed an error where the Docker plugin could fail to attach a container with a
bridge "weave" not present
error #2540/#2541 - Fixed panic on multi-homed IP address #2527/#2543
- Fixed inferred initial peer count when target peers includes self #2481/#2543
- Fixed compilation on Raspberry Pi #2506/#2538
Upgrading weave-kube
Kubernetes does not currently support rolling upgrades of daemon sets, so you will need to perform the procedure manually:
- Apply the updated daemonset manifest:
kubectl apply -f https://git.io/weave-kube
. - Kill each weave net pod in turn with
kubectl delete
; wait for the replacement to begin running before moving on to the next.