v0.0.8
Pre-releaseWe're excited to announce the latest alpha version of kube-router!
With this version Kube-router now:
- publishes basic metrics related to services which can be scraped by prometheus.
- There are key fixes related how each node advertises routes to global peers.
- This release also includes a fix, where it automatically disables source-destination check for EC2 instances when running on AWS
Upgrade Steps
If you're using the cloudnativelabs/kube-router or cloudnativelabs/kube-router:latest tags in your kube-router DaemonSet, pull the latest image on your Kubernetes nodes by running this on each node:
docker pull cloudnativelabs/kube-router
And finally, delete the kube-router pods so that new ones use the new image:
kubectl -n kube-system delete pod -l k8s-app=kube-router
NOTE
We now have version-tagged images.  You can update your DaemonSet to use the following cloudnativelabs/kube-router:v0.0.8.
Changelog
082efdd Merge pull request #72 from cloudnativelabs/bgp-export-policies
e3ea82a add a BGP export policy on each node so that, learned routes from iBGP peers are never advertised to global peer
e8ce4a9 Merge pull request #70 from cloudnativelabs/route-cleanup
fb09646 on BGP peer down, advertised route from peer is not cleaned-up in local routing table
8023021 Merge pull request #65 from cloudnativelabs/prometheus
60482bc WIP : Expose active/inactive connection to service backend as prometheus metrics
152ce38 Merge pull request #63 from cloudnativelabs/aws-src-dst-check
beb39cc When running on AWS disable source-destination checks automatically
Automated with GoReleaser
Built with go version go1.8.3 linux/amd64