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

[Backport release-1.30] Fix etcd peer URL to support ipv6 #5190

Draft
wants to merge 1 commit into
base: release-1.30
Choose a base branch
from

Commits on Nov 8, 2024

  1. Fix etcd peer URL to support ipv6

    IPv6 URL need to have brackets [] around the ipv6 to separate it from
    the port. Eg https://[xx:yy:zz]:2380
    
    Fix this by using net/url's String() formatter.
    
    Signed-off-by: Natanael Copa <[email protected]>
    (cherry picked from commit 1469e0c)
    ncopa authored and github-actions[bot] committed Nov 8, 2024
    Configuration menu
    Copy the full SHA
    312a8c3 View commit details
    Browse the repository at this point in the history