- 27 Jun, 2017 1 commit
-
-
Murali Reddy authored
-
- 23 Jun, 2017 1 commit
-
-
Murali Reddy authored
-
- 22 Jun, 2017 4 commits
-
-
Murali Reddy authored
-
Murali Reddy authored
-
Bryan Zubrod authored
Handle invalid NetworkPolicy definition
-
bzub authored
-
- 21 Jun, 2017 1 commit
-
-
Murali Reddy authored
-
- 13 Jun, 2017 2 commits
-
-
Murali Reddy authored
-
Murali Reddy authored
external BGP routers Fixes #22
-
- 10 Jun, 2017 1 commit
-
-
Murali Reddy authored
with --hostname-override flag Fixes #23
-
- 07 Jun, 2017 1 commit
-
-
Murali Reddy authored
using ipvslib New() is causing system thread leak resulting in hitting GOLANG 10000 thread limit Fixes #19, #24
-
- 06 Jun, 2017 2 commits
-
-
Murali Reddy authored
removed the requirement to edit kubelet manifest, as now kube-router gets node name from env variable
-
Murali Reddy authored
If NODE_NAME env is not set, fall back to hostname. Partial fix towards #23 we still have issue where kube-router is run as agent and kubelet is started with --hostname-overide flag
-
- 03 Jun, 2017 3 commits
-
-
Murali Reddy authored
-
Murali Reddy authored
-
Murali Reddy authored
Done as part of #13. Still PR need to merged in upstream KOPS
-
- 02 Jun, 2017 1 commit
-
-
Murali Reddy authored
for the node name as kubelet can pass full FQDN for the node name
-
- 01 Jun, 2017 2 commits
-
-
Murali Reddy authored
-
Murali Reddy authored
change added iptable rule in NAT table POSTROUTING chain to masqurade outbound traffic from the pods. Fixes #8
-
- 31 May, 2017 1 commit
-
-
Murali Reddy authored
Fixes #20
-
- 30 May, 2017 5 commits
-
-
Murali Reddy authored
-
Murali Reddy authored
-
Murali Reddy authored
On add/remove node events, perform refresh of peers to the peers as per the current set of active nodes. If a node is removed, delete the BGP nieghbor relation. Fixes #14
-
Murali Reddy authored
Docs: fix curl commands in bootkube.md
-
bzub authored
-
- 29 May, 2017 1 commit
-
-
Murali Reddy authored
by host name or FQDN. kubelet can be started with --hostname-override with configurable value. In AWS envirinment typcally its set FQDN obtained from the metda data. This fix ensures we can deploy kube-router in case nodes are registered with FQDN Fixes #17
-
- 26 May, 2017 3 commits
-
-
Murali Reddy authored
Bootkube Integration
-
bzub authored
-
bzub authored
-
- 23 May, 2017 1 commit
-
-
Murali Reddy authored
-
- 21 May, 2017 2 commits
-
-
Murali Reddy authored
external routers
-
Murali Reddy authored
Once external BGP is peered with cluster nodes, pods can be routable externally fixes #4 and #7
-
- 15 May, 2017 1 commit
-
-
Murali Reddy authored
-
- 12 May, 2017 1 commit
-
-
Murali Reddy authored
use spec.ports.name in the service manifest to uniqely generate service key used internally to lookup services info and endpoints info maps closes #3
-
- 10 May, 2017 3 commits
-
-
Murali Reddy authored
-
Murali Reddy authored
-
Murali Reddy authored
Check was being made if file '/var/lib/kube-router/kubeconfig' exists even when one of the above flag was provided
-
- 09 May, 2017 1 commit
-
-
Murali Reddy authored
explore integration of an ingress controller so Kube-router will be one complete solution for both east-west and north-south traffic
-
- 08 May, 2017 2 commits
-
-
Murali Reddy authored
-
Murali Reddy authored
BUG 1: If service manifest has "SessionAffinity" set, then configure IPVS to provide session persistence configure ipvs service configuration to provide persistence
-