ingress-nginx-helm/controllers/gce/controller
Kubernetes Submit Queue 34a469fa1b Merge pull request #1363 from bprashanth/ing_uid
Automatic merge from submit-queue

Use existing uid if one is found

Without this if we create some ingresses we will get eg: a forwarding rule like "foo-uid". Now if we restart 
the ingress controller, and while it's down delete the configmap where it stores its uid, it will come back, see an existing ingress, but wrongly record the uid as "empty string". This will cause the ingress to ignore the old forwarding rule, backends etc.

<!-- Reviewable:start -->
---
This change is [<img src="https://reviewable.kubernetes.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.kubernetes.io/reviews/kubernetes/contrib/1363)
<!-- Reviewable:end -->
2016-08-12 11:03:58 -07:00
..
cluster_manager.go Poll and notice changes to cluster UID 2016-08-11 18:03:00 -07:00
controller.go Continue to ingore non-gce ingress in lister. 2016-08-08 12:47:37 -07:00
controller_test.go Unittests 2016-06-03 10:39:29 -07:00
doc.go git mv Ingress ingress 2016-02-26 16:55:24 -08:00
fakes.go Poll and notice changes to cluster UID 2016-08-11 18:03:00 -07:00
tls.go Allow a user specified global static ip via annotation. 2016-03-14 11:06:43 -07:00
util_test.go Add an annotation to ignore non-gce ingresses 2016-06-29 15:49:02 -07:00
utils.go Continue to ingore non-gce ingress in lister. 2016-08-08 12:47:37 -07:00