cloudnativelabs / kube-router

Kube-router, a turnkey solution for Kubernetes networking.
https://kube-router.io
Apache License 2.0
2.3k stars 468 forks source link

move static configuration changes into control loops #121

Closed murali-reddy closed 3 years ago

murali-reddy commented 7 years ago

certain configuration changes are done while kube-router starts up. For e.g. enabling IPVS connection tracking, IPVS masqurading rule etc.

If there are any outof band changes then this will mess up the desired configuration state required by kube-router.

So move all the static/one-time configurations (iptables, ipvs etc) done to periodic sync loops.

aauren commented 3 years ago

Closing as stale