Ingress NGINX Controller for Kubernetes
Find a file
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
controllers Merge pull request #1363 from bprashanth/ing_uid 2016-08-12 11:03:58 -07:00
echoheaders Revert redirect to ssl 2016-05-19 16:11:51 -03:00
echoheaders-redirect Add image with redirect 2016-05-19 21:30:04 -03:00
Godeps Update godeps 2016-07-11 23:42:47 -04:00
vendor Update godeps 2016-07-11 23:42:47 -04:00
OWNERS Removing non-org members. 2016-08-02 14:33:22 -07:00