This repository has been archived by the owner on Jun 20, 2024. It is now read-only.
Weave 1.7.1
Bug fixes and minor improvements
- Fixed a bug in weave-kube where IP addresses could be reused if the weave-kube daemonset was deleted and then re-applied weaveworks-experiments/weave-kube#10, weaveworks-experiments/weave-kube#17, #2531
- Fixed a bug in weave-kube where Kubernetes services were inaccessible on CentOS 7 weaveworks-experiments/weave-kube#21, weaveworks-experiments/weave-kube#22
- Improved CI #2274
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.