Revert "[nginx-ingress-controller]: Avoid sync without a reachable master"
This commit is contained in:
parent
7e8760b9db
commit
bf9ea5eec4
2 changed files with 6 additions and 19 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue