Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

separate insecure /health #8363

Closed
Unb6rn opened this issue Aug 3, 2017 · 1 comment
Closed

separate insecure /health #8363

Unb6rn opened this issue Aug 3, 2017 · 1 comment

Comments

@Unb6rn
Copy link

Unb6rn commented Aug 3, 2017

Hello!
It's not a bug, but more like feature request/search for advice.
I'm trying to run a secure etcd cluster on container linux on top of GCE, but due to lack of some features in GCE itself, it seems to be impossible to use health checks on HTTPS (HTTPS health checks are incompatible with Network load balancer and I think it's impossible to use client certificates with HTTPS on other kinds of load balancers, where HTTPS itself is available)
So, are there any workarounds? Maybe there is a way to host /health on http(or it would be a great feature for such plantforms) Maybe there are some kind of proxies, which would use required certs and then return state via HTTP? Some best practices? Thanks!

@gyuho
Copy link
Contributor

gyuho commented Aug 3, 2017

We've added --metrics-addr flag #8282. It will be included in our next major release.

@gyuho gyuho closed this as completed Aug 3, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

2 participants