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

Remove http/tls mux from etcd client listener #227

Merged
merged 2 commits into from
Oct 30, 2023

Conversation

brandond
Copy link
Member

@brandond brandond commented Oct 26, 2023

Upstream etcd has seen issues with grpc muxed with http on the client port, and recommends against it.

The http/https server was only used to serve a canned version response which kubeadm used to validate, but it no longer does. Metrics are served over http on a separate port.

Upstream etcd has seen issues with grpc muxed with http and recommends against it. Ref: etcd-io/etcd#15402

Signed-off-by: Brad Davidson <brad.davidson@rancher.com>
@brandond brandond requested a review from a team as a code owner October 26, 2023 18:43
…was closed

Signed-off-by: Brad Davidson <brad.davidson@rancher.com>
@brandond brandond merged commit 7fae548 into k3s-io:master Oct 30, 2023
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants