do not require --default-backend-service
This commit is contained in:
parent
5ce3809457
commit
b3a22f7fc0
9 changed files with 97 additions and 143 deletions
|
|
@ -176,10 +176,6 @@ Feature backed by OpenResty Lua libraries. Requires that OCSP stapling is not en
|
|||
return true, nil, nil
|
||||
}
|
||||
|
||||
if *defaultSvc == "" {
|
||||
return false, nil, fmt.Errorf("Please specify --default-backend-service")
|
||||
}
|
||||
|
||||
if *ingressClass != "" {
|
||||
glog.Infof("Watching for Ingress class: %s", *ingressClass)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue