Skip to content
This repository has been archived by the owner on Jun 20, 2024. It is now read-only.

Remove proxy status.sock #2960

Merged
merged 4 commits into from
May 15, 2017
Merged

Remove proxy status.sock #2960

merged 4 commits into from
May 15, 2017

Conversation

bboreham
Copy link
Contributor

This is a hold-over from the multi-container implementation, so we can slim things down a bit by removing it.

Although #2036 recommends going in the opposite direction 🤔

bboreham added 2 commits May 13, 2017 16:31
For some reason the previous version was de-newlined by the shell and
the new version isn't. Since I can't figure out the exact reason the
shell is now behaving differently (man page says it depends on the
quoting that is in effect) I brute-force it with 'tr'.
@@ -441,6 +442,7 @@ func main() {
HandleHTTP(muxRouter, version, router, allocator, defaultSubnet, ns, dnsserver, &waitReady)
HandleHTTPPeer(muxRouter, allocator, discoveryEndpoint, token, name.String())
muxRouter.Methods("GET").Path("/metrics").Handler(metricsHandler(router, allocator, ns, dnsserver))
muxRouter.Methods("GET").Path("/proxyaddrs").HandlerFunc(proxy.StatusHTTP)

This comment was marked as abuse.

This comment was marked as abuse.

This comment was marked as abuse.

Copy link
Contributor

@marccarre marccarre left a comment

Choose a reason for hiding this comment

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

LGTM.

@marccarre marccarre merged commit e0088e0 into master May 15, 2017
@marccarre marccarre deleted the remove-proxy-status-sock branch May 15, 2017 12:26
@bboreham bboreham added this to the 2.0 milestone May 30, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants