-
Notifications
You must be signed in to change notification settings - Fork 300
🐛 Remove the conditional on ipv6 #2397
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
Conversation
|
Welcome @ekarlso! |
Hi @ekarlso. Thanks for your PR. I'm waiting for a kubernetes-sigs member to verify that this patch is reasonable to test. If it is, they should reply with Once the patch is verified, the new status will be reflected by the I understand the commands that are listed here. Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
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.
Thanks for the PR!
Just one nit, as we want to make Gateway optional for both IPv4 and IPv6, could you please also update the comment in L55 to make it consistent. Thanks!
/ok-to-test |
Hi @ekarlso, please also sign the CLA, you could follow the guide above :-) |
This is for #2396 |
/retitle 🐛 Remove the conditional on ipv6 |
This PR also needs to fix the relevant tests :-) |
Codecov ReportAll modified lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #2397 +/- ##
==========================================
+ Coverage 60.87% 61.07% +0.19%
==========================================
Files 164 163 -1
Lines 9473 9435 -38
==========================================
- Hits 5767 5762 -5
+ Misses 3293 3261 -32
+ Partials 413 412 -1
☔ View full report in Codecov by Sentry. |
/lgtm |
LGTM label has been added. Git tree hash: 0f6c990845677f45f0237b382d899c41b1fa957c
|
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.
Thanks!
/lgtm
/approve
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: killianmuldoon 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 |
Should we backport this to 1.8 / 1.7? |
I was thinking about that too. Would make sense to me to do so. It reduces the restrictions on the field so it should be okay?! |
/cherry-pick release-1.8 |
/cherry-pick release-1.7 |
Yeah - absolutely fine with backporting this as a bug. |
@killianmuldoon: failed to push cherry-picked changes in GitHub: pushToNamedFork is not implemented in the v2 client In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
@killianmuldoon: failed to push cherry-picked changes in GitHub: pushToNamedFork is not implemented in the v2 client In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
/cherry-pick release-1.7 |
@killianmuldoon: failed to push cherry-picked changes in GitHub: pushToNamedFork is not implemented in the v2 client In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
@chrischdi - looks like we might have an issue with the cherrypick bot 🤔 I've opened an issue over at test infra (kubernetes/test-infra#30937) |
/cherry-pick release-1.7 |
/cherry-pick release-1.8 |
@killianmuldoon: failed to push cherry-picked changes in GitHub: pushToNamedFork is not implemented in the v2 client In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
@killianmuldoon: failed to push cherry-picked changes in GitHub: pushToNamedFork is not implemented in the v2 client In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
/cherry-pick release-1.8 |
@chrischdi: new pull request created: #2424 In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
/cherry-pick release-1.7 |
@chrischdi: new pull request created: #2425 In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
Signed-off-by: ekarlso [email protected]
What this PR does / why we need it:
Edit: This allows to use IPAM together with ipv4 ippools which do not define a gateway (special airgapped scenario).
Which issue(s) this PR fixes (optional, in
fixes #<issue number>(, fixes #<issue_number>, ...)
format, will close the issue(s) when PR gets merged):Fixes #2396