- 25 May, 2018 1 commit
-
-
Murali Reddy authored
-
- 24 May, 2018 1 commit
-
-
Michal Rostecki authored
`out` variable content after executing `ip route list table` was never used.
-
- 17 May, 2018 2 commits
-
-
Dan LaMotte authored
* services: correct check for inactive service endpoints * services: avoid creating ipvs services that would later get deleted
-
Murali Reddy authored
-
- 16 May, 2018 1 commit
-
-
Rahul Menon authored
-
- 15 May, 2018 1 commit
-
-
steigr authored
`Cmd.CombinedOutput()` returns `[]byte` for the command output which, at least for `ip` commands should be a printable string. The output is now printed as string. Furthermore the constant `KUBE_DUMMY_IF` is used for the interface name to reduce multiple definitions of the interface name. Signed-off-by:
Mathias Kaufmann <me@stei.gr>
-
- 13 May, 2018 3 commits
-
-
Murali Reddy authored
perform clean-up of external ip from custom route table for external ip only if the table is not empty (#437)
-
Murali Reddy authored
-
Murali Reddy authored
-
- 12 May, 2018 1 commit
-
-
Murali Reddy authored
-
- 10 May, 2018 2 commits
-
-
Murali Reddy authored
-
Dan LaMotte authored
-
- 05 May, 2018 1 commit
-
-
Nicolas Perraut authored
- Repository URL changed - Update version - Update flag (see #278)
-
- 04 May, 2018 1 commit
-
-
Murali Reddy authored
-
- 03 May, 2018 1 commit
-
-
Murali Reddy authored
* docs cleanup * fix unit test * index.md * Update index.md * Update index.md * Update index.md * Update index.md * Update index.md * docs * intro * Update index.md * docs * Update index.md * Update index.md * Update README.md
-
- 02 May, 2018 1 commit
-
-
Dan LaMotte authored
Relates to #411
-
- 28 Apr, 2018 2 commits
-
-
Andrew Sy Kim authored
-
Murali Reddy authored
-
- 23 Apr, 2018 5 commits
-
-
andrewsykim authored
-
andrewsykim authored
-
Andrew Sy Kim authored
-
Murali Reddy authored
* Node should advertise its pod CIDR to external BGP peers only if --advertise-node-pod-cidr is set to true (defaults to true). This is to enable a case where pod's remain non-routable from out of the cluster but service VIP's can be routable from out side the cluster. * fix unit test * address review comments
-
Murali Reddy authored
* split routing controllers to smaller modules by function * review comments
-
- 22 Apr, 2018 3 commits
-
-
Murali Reddy authored
-
Murali Reddy authored
-
Andrew Sy Kim authored
* update gobgp to d31262de7d91c81ff979b39950d2d859666dfa3f for graceful restart fixes * fix addExportPolicies test due to new gobgp version
-
- 18 Apr, 2018 2 commits
-
-
Murali Reddy authored
-
Murali Reddy authored
* minimize sync() done by the controllers * deprecate --config-sync-period * review comments
-
- 16 Apr, 2018 3 commits
-
-
Murali Reddy authored
* code restructuring as per typical golang projects * fix link in docs
-
Murali Reddy authored
Fixes #385
-
Andrew Sy Kim authored
* vendor changes from dep init * add Gopkg.lock and Gopkg.toml * delete glide.lock and glide.yaml * build gobgp from vendor
-
- 13 Apr, 2018 3 commits
-
-
Andrew Sy Kim authored
-
Andrew Sy Kim authored
-
Joakim Karlsson authored
* Added option BUILD_IN_DOCKER to build binarys in a docker container * removed unnecessary deps * locked docker image version for buildin
-
- 12 Apr, 2018 2 commits
-
-
Andrew Sy Kim authored
-
Andrew Sy Kim authored
-
- 11 Apr, 2018 1 commit
-
-
Andrew Sy Kim authored
-
- 10 Apr, 2018 2 commits
-
-
xanonid authored
-
Andrew Sy Kim authored
* delete package app/watchers since we're now using shared informers * used shared informers for events and listing resources * install moq in travis test script
-
- 09 Apr, 2018 1 commit
-
-
JuanJo Ciarlante authored
* network services controller testing via moq and ginkgo * add network_services_test case for LoadBalancer w/o IPs * no-change-commit: glide.yaml: pin ginkgo and gomega versions, update only these in vendor/ * golint fixes * fixes from @andrewsykim review * group std imports
-