Skip to content
This repository has been archived by the owner on Jun 20, 2024. It is now read-only.

Weave Net 2.0.5

Compare
Choose a tag to compare
@bboreham bboreham released this 10 Oct 16:31
· 842 commits to master since this release

Bug fixes

  • Fix /etc/hosts inside containers so the container's name resolves to its Weave Net address #3136,#3138
  • New weave-kube config for Kubernetes 1.7 and 1.8 which resolves an intermittent conflict with kube-proxy that could break Weave Net until reboot #2998,#3134
  • weave reset will now remove the persistence file created by the 'v2' Docker plugin #3103,#3114

Full list of changes.

Upgrading the Weave Net Kubernetes addon (weave-kube)

There is an updated DaemonSet manifest for Kubernetes 1.7 and 1.8 that adds a volume-mount for the iptables lock file, which avoids collisions between Weave Net components and kube-proxy that can sometimes result in a half-configured network.:

kubectl apply -f https://cloud.weave.works/k8s/v1.7/net

External Contributors

Thanks to the following who contributed changes in this release:
@dtshepherd