- 04 Apr, 2018 2 commits
-
-
Andrew Sy Kim authored
annotation is set
-
Murali Reddy authored
-
- 28 Mar, 2018 1 commit
-
-
JuanJo Ciarlante authored
* fix --advertise-loadbalancer-ips for LoadBalancer w/o IPs * fix network_services_controller.go also for no lb IPs
-
- 26 Mar, 2018 2 commits
-
-
Andrew Sy Kim authored
-
JuanJo Ciarlante authored
* [jjo] support advertising status.loadBalancer.ingress IPs via flag * add `--advertise-loadbalancer-ip` flag, which will make Service's Ingress IP(s)set by the LoadBalancer to: - be locally added to nodes' `kube-dummy-if` network interface - be advertised to BGP peers * support "kube-router.io/service.skiplbips=true" per Service annotation to selectively skip above * refactor several functions with dupped code to streamline logic as: - `getIpsToAdvertise()` which calls -> - `getClusterIPs()` - `getExternalIPs()` - `getLoadBalancerIPs()` and contains nodeHasEndpoints logic, returns: (ipsToAdvertise, ipsToUnAdvertise) - advertiseIPs() which is essentially previous advertiseClusterIPs() (which was previously used to advertise _any_ IP actually, ie misnamed), with logic to un/advertise based on both passed arguments: (ipsToAdvertise, ipsToUnAdvertise) * fix some leftovers from uselbips -> skiplbips annotation change
-
- 24 Mar, 2018 2 commits
-
-
Murali Reddy authored
-
Murali Reddy authored
-
- 23 Mar, 2018 2 commits
-
-
Andrew Sy Kim authored
-
Andrew Sy Kim authored
* Test_addExportPolicies * default export policy should always be REJECT
-
- 21 Mar, 2018 3 commits
-
-
Tom van Leeuwen authored
withdraw ClusterIP bgp route for externalTrafficPolicy=Local when there are no local endpoints (#347) * unadvertising service ips for services without endpoints
-
Murali Reddy authored
-
Andrew Sy Kim authored
-
- 19 Mar, 2018 1 commit
-
-
JuanJo Ciarlante authored
Couple changes to improve local development, building, etc. * use ADD instead of COPY to force cache invalidation * rearrange to cache more expensive network downloads (apk, etc), ADDing locally built binaries at last
-
- 17 Mar, 2018 1 commit
-
-
Murali Reddy authored
-
- 16 Mar, 2018 1 commit
-
-
Murali Reddy authored
-
- 15 Mar, 2018 1 commit
-
-
Murali Reddy authored
* Support for hostport - remove the hardcode cni conf file path - move it to env variable - keep it backward compatible even if env variable is not present - support both .conf and .conflist - daemonset with hostport support Fixes: #168 * add unit test for InsertPodCidrInCniSpec for .conflist * add documentation for hostport
-
- 14 Mar, 2018 1 commit
-
-
JuanJo Ciarlante authored
* [jjo] add arm and arm64 cross compile support * hint multiarch-setup run * fix `file` check for arm64`
-
- 13 Mar, 2018 1 commit
-
-
Andrew Sy Kim authored
-
- 01 Mar, 2018 1 commit
-
-
Raphael Mazelier authored
* Add Route Reflector feature * Update documentation for route reflector * Gofmt fix
-
- 23 Feb, 2018 2 commits
-
-
Murali Reddy authored
between ec2 api calls, so that requests are not rejected due to API throttling Fixes: #313
-
Murali Reddy authored
Fixes #317
-
- 20 Feb, 2018 1 commit
-
-
kevin.xu authored
* Update network_policy_controller.go typo * Update network_policy_controller.go typos
-
- 18 Feb, 2018 1 commit
-
-
Jeff Schroeder authored
* Alphabetize options.options.KubeRouterConfig * Add --version / -V support to kube-router Fixes #287
-
- 14 Feb, 2018 1 commit
-
-
Jon Davies authored
-
- 13 Feb, 2018 2 commits
-
-
Joakim Karlsson authored
* added conntrack exit handling logic * fixed regex * regex fix again
-
Murali Reddy authored
support service.spec externalTrafficPolicy=Local. Takes precedence over kube-router.io/service.local annotation. (#303) Also dynamically cleanup service endpoints based on the service spec is set for Local only services or not.
-
- 07 Feb, 2018 4 commits
-
-
Sergey Lanzman authored
-
Joakim Karlsson authored
* reverted rollingUpdate strategy & added docs for how to achieve it instead
-
Joakim Karlsson authored
Healthchecks
-
Joakim Karlsson authored
-
- 06 Feb, 2018 5 commits
-
-
Joakim Karlsson authored
-
Joakim Karlsson authored
-
Joakim Karlsson authored
-
Joakim Karlsson authored
-
Joakim Karlsson authored
-
- 05 Feb, 2018 5 commits
-
-
Joakim Karlsson authored
-
Joakim Karlsson authored
-
Joakim Karlsson authored
-
Joakim Karlsson authored
-
Joakim Karlsson authored
-