openshift / openshift-sdn

Apache License 2.0
69 stars 63 forks source link

Host IP changes should update subnet instead of delete+create subnet #307

Closed pravisankar closed 8 years ago

pravisankar commented 8 years ago

In OpenShift SDN, all the nodes watch for subnet changes and updates their hostsubnet rules. Any host IP change will appear as node unregister and register of new node. Supporting update subnet will avoid this confusion and it will also reduce calls to etcd store and watch processes.