-
Notifications
You must be signed in to change notification settings - Fork 40k
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
dualstack: IPVS proxier #82091
dualstack: IPVS proxier #82091
Conversation
c5a079e
to
caeaff6
Compare
/assign @thockin |
/milestone v1.16 |
cc @uablrek |
) | ||
|
||
func makeOptionsWithCIDRs(serviceCIDR string, secondaryServiceCIDR string) *ServerRunOptions { | ||
value := serviceCIDR |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
shouldn't the value variable be created in the if
blocks below?
seems that you check twice if len(secondaryServiceCIDR) > 0
Scratch this, didn't realize is a new PR rebased over the original
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
:-) point taken though, i will address it later on.
/test pull-kubernetes-conformance-kind-ipv6 |
this test has been failing for a week now, i think somebody said it is broken? |
It's fixed. I confirmed with @BenTheElder |
yeah and it has cleared this PR, so we are good. Thanks @BenTheElder |
we had a fix to the DNS conformance tests on IPv6 pending for O(days) finally merge ~yesterday (?) kind in general building against kubernetes master was briefly broken today by a kubeadm change, we've fixed kind and there's a follow-up to kuebadm in flight as well. EDIT: it should pass now. It also should not block merges |
/hold cancel |
/priority important-soon |
co-authored-by: Lars Ekman <lars.g.ekman@est.tech>
co-authored-by: Lars Ekman <lars.g.ekman@est.tech>
aa3906b
to
ef75723
Compare
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: khenidak, thockin The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
/lgtm |
The
before |
What type of PR is this?
What this PR does / why we need it:
This PR is a replacement for #80627 and is entirely @uablrek original work. The new PR is just a tidied up version of his original work [THANK YOU!]. This PR addresses the code review comments and is meant to fast track the merge process. The PR must be layered on top of #79386 which has the API changes needed by this PR.
Which issue(s) this PR fixes:
N/A
Special notes for your reviewer:
Does this PR introduce a user-facing change?:
note:
The last two commits are part of this PR, the rest are part of #79386 and has been reviewed.