Skip to content

Failing to create an Ingress shouldn't stop the controller from creating the others #197

@jody-frankowski

Description

@jody-frankowski

(Not sure if that is the right place to fill this issue 😃)
It looks like the controller doesn't try to create other Ingress object when it fails for one.

See this issue for the reproduction steps.
In a nutshell: Ingresses with non-NodePort services break proper Ingresses with NodePort services.

Also (not specified in the other issue) here are the ingresses that break ingress-gce (note the ClusterIP type):

kubectl get svc
NAME                            TYPE        CLUSTER-IP      EXTERNAL-IP   PORT(S)     AGE
heapster                        ClusterIP   10.15.241.123   <none>        8082/TCP    4d
[...]

Two things bug me:

  • ingress-gce seems to break all together when it fails for just one Ingress
  • ingress-gce seems to report errors related to other ingresses for a given one

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions