Revert "[nginx-ingress-controller]: Avoid sync without a reachable master"

This commit is contained in:
Prashanth B 2016-06-22 22:56:46 -07:00 committed by GitHub
parent 7e8760b9db
commit bf9ea5eec4
2 changed files with 6 additions and 19 deletions

View file

@ -130,13 +130,6 @@ func main() {
}
glog.Infof("Validated %v as the default backend", *defaultSvc)
if *nxgConfigMap != "" {
_, _, err := parseNsName(*nxgConfigMap)
if err != nil {
glog.Fatalf("configmap error: %v", err)
}
}
lbc, err := newLoadBalancerController(kubeClient, *resyncPeriod, *defaultSvc, *watchNamespace, *nxgConfigMap, *tcpConfigMapName, *udpConfigMapName, runtimePodInfo)
if err != nil {
glog.Fatalf("%v", err)