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

Conversation

k0s-bot
Copy link

@k0s-bot k0s-bot commented Nov 8, 2024

Automated backport to release-1.30, triggered by a label in #5181.
See #5180.

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)
@k0s-bot k0s-bot requested a review from a team as a code owner November 8, 2024 07:04
@k0s-bot k0s-bot mentioned this pull request Nov 8, 2024
16 tasks
@twz123 twz123 marked this pull request as draft November 8, 2024 07:41
@twz123 twz123 added bug Something isn't working area/network labels Nov 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/network bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants