Skip to content
This repository has been archived by the owner on Apr 17, 2019. It is now read-only.

[nginx-ingress-controller] cleanup before update updating nginx controller to 0.7 #1104

Merged
merged 6 commits into from
Jun 2, 2016

Conversation

aledbf
Copy link
Contributor

@aledbf aledbf commented May 31, 2016

fixes #930
fixes #884

@aledbf aledbf force-pushed the ingress-0.7 branch 2 times, most recently from ccb1e2f to 154746e Compare May 31, 2016 21:10
@aledbf aledbf force-pushed the ingress-0.7 branch 3 times, most recently from cf637fa to 4371273 Compare June 1, 2016 18:18
@aledbf aledbf changed the title WIP: [nginx-ingress-controller] Bump up nginx controller to 0.7 [nginx-ingress-controller] cleanup before update updating nginx controller to 0.7 Jun 2, 2016
)

const (
secureUpstream = "ingress.kubernetes.io/secure-upstream"

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

please add a comment with explanantion, or link to docs about how the encryption is performed to the upstream (which certs are used etc).

ingLister StoreToIngressLister
svcLister cache.StoreToServiceLister
endpLister cache.StoreToEndpointsLister
mapLister StoreToMapLister

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

can you rename to storetoconfigmaplister? since this makes it sounds like you're listing to a go map

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

done

@bprashanth
Copy link

LGTM, guess we'll need followups for examples and readme anyway so you can fix the nits in that

@bprashanth bprashanth merged commit afb16a4 into kubernetes-retired:master Jun 2, 2016
@aledbf aledbf deleted the ingress-0.7 branch June 2, 2016 21:57
@@ -260,239 +258,6 @@ In case of an error in a request the body of the response is obtained from the `
Using this two headers is possible to use a custom backend service like [this one](https://github.com/aledbf/contrib/tree/nginx-debug-server/Ingress/images/nginx-error-server) that inspect each request and returns a custom error page with the format expected by the client. Please check the example [custom-errors](examples/custom-errors/README.md)


### Annotations
Copy link

@databus23 databus23 Jun 7, 2016

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Was this deletion of documentation by accident? The README is now missing vital information about the available configuration options.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@databus23 this is being added here #1130

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
5 participants