Juniper / contrail-kubernetes

OpenContrail Kubernetes integration
Apache License 2.0
44 stars 24 forks source link

kube-network-manager doesn't update objects created when api-server is unavailable #58

Open pedro-r-marques opened 9 years ago

pedro-r-marques commented 9 years ago

The httpClient implementation does reconnect to the contrail-api. However there could have been operations that are missing during the time the contrail-api server is down. This issues can be addressed by the consistency checker. The consistency check should be extended to add objects that are not present and to delete objects that have been created by the kube-network-manager (i.e. marked with proper origin).