openshift / openshift-sdn

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Validate when assigning new cluster/service network to the cluster

pravisankar opened this issue · comments

Fix this use case:

  • Create cluster with default cluster/service network
  • Some nodes added to the cluster
  • Some services created on the cluster
  • Delete default clusterNetwork resource
  • Restart openshift-master with new cluster/service network

Existing nodes/services will still use old cluster/service network and new nodes/services will get new cluster/service network. We need to ensure not to run into this mess.