From edf6040fd6cf5c43f9ffaa15857ecbbf805c8a99 Mon Sep 17 00:00:00 2001 From: chentao1596 Date: Fri, 17 Mar 2017 08:35:32 +0800 Subject: [PATCH] tmp resolve --- controllers/gce/controller/utils.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/controllers/gce/controller/utils.go b/controllers/gce/controller/utils.go index 53e10e982..7efc6cd56 100644 --- a/controllers/gce/controller/utils.go +++ b/controllers/gce/controller/utils.go @@ -374,7 +374,7 @@ func (t *GCETranslator) toNodePorts(ings *extensions.IngressList) []int64 { } for _, rule := range ing.Spec.Rules { if rule.HTTP == nil { - glog.Errorf("ignoring non http Ingress rule.") + glog.Errorf("ignoring non http Ingress rule") continue } for _, path := range rule.HTTP.Paths {