-
Notifications
You must be signed in to change notification settings - Fork 456
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
Support multiple IPPools in the namespace #4777
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
cnvergence
force-pushed
the
fix-ipampools-ns
branch
from
November 29, 2024 12:04
08cdee5
to
2eeaec2
Compare
dosubot
bot
added
size:M
This PR changes 30-99 lines, ignoring generated files.
feature
New network feature
test
automation tests
labels
Dec 4, 2024
Pull Request Test Coverage Report for Build 12545917939Details
💛 - Coveralls |
dosubot
bot
added
size:L
This PR changes 100-499 lines, ignoring generated files.
and removed
size:M
This PR changes 30-99 lines, ignoring generated files.
labels
Dec 6, 2024
cnvergence
force-pushed
the
fix-ipampools-ns
branch
from
December 6, 2024 15:51
0d232b9
to
49b1f5b
Compare
dosubot
bot
added
size:M
This PR changes 30-99 lines, ignoring generated files.
and removed
size:L
This PR changes 100-499 lines, ignoring generated files.
labels
Dec 11, 2024
cnvergence
force-pushed
the
fix-ipampools-ns
branch
5 times, most recently
from
December 12, 2024 14:07
a852962
to
ded43bd
Compare
PTAL @zhangzujian |
zhangzujian
reviewed
Dec 13, 2024
zhangzujian
reviewed
Dec 13, 2024
zhangzujian
reviewed
Dec 13, 2024
zhangzujian
reviewed
Dec 13, 2024
zhangzujian
reviewed
Dec 13, 2024
dosubot
bot
added
size:L
This PR changes 100-499 lines, ignoring generated files.
and removed
size:M
This PR changes 30-99 lines, ignoring generated files.
labels
Dec 16, 2024
cnvergence
force-pushed
the
fix-ipampools-ns
branch
from
December 16, 2024 16:37
fae237a
to
90140f7
Compare
@zhangzujian thanks for the review, updated the PR |
dosubot
bot
removed
the
size:L
This PR changes 100-499 lines, ignoring generated files.
label
Dec 17, 2024
Signed-off-by: Karol Szwaj <[email protected]>
Signed-off-by: Karol Szwaj <[email protected]>
Signed-off-by: Karol Szwaj <[email protected]>
Signed-off-by: Karol Szwaj <[email protected]>
Signed-off-by: Karol Szwaj <[email protected]>
Signed-off-by: Karol Szwaj <[email protected]>
Signed-off-by: Karol Szwaj <[email protected]>
Signed-off-by: Karol Szwaj <[email protected]>
Signed-off-by: Karol Szwaj <[email protected]>
Signed-off-by: Karol Szwaj <[email protected]>
Signed-off-by: Karol Szwaj <[email protected]>
Signed-off-by: Karol Szwaj <[email protected]>
Signed-off-by: Karol Szwaj <[email protected]>
Signed-off-by: Karol Szwaj <[email protected]>
Signed-off-by: Karol Szwaj <[email protected]>
…space Signed-off-by: Karol Szwaj <[email protected]>
Signed-off-by: Karol Szwaj <[email protected]>
cnvergence
force-pushed
the
fix-ipampools-ns
branch
from
December 27, 2024 12:09
8bc6d9e
to
2f9347d
Compare
zhangzujian
reviewed
Dec 30, 2024
zhangzujian
reviewed
Dec 30, 2024
zhangzujian
reviewed
Dec 30, 2024
zhangzujian
reviewed
Dec 30, 2024
Signed-off-by: Karol Szwaj <[email protected]>
cnvergence
force-pushed
the
fix-ipampools-ns
branch
from
December 30, 2024 09:35
10d7adc
to
464c30a
Compare
zhangzujian
approved these changes
Dec 30, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Pull Request
What type of this PR
Examples of user facing changes:
While reproducing issue #4687 (comment)
I have found that when user have multiple IPPools in the single namespace, pods without ippool annotation won’t be able to pick up a correct address.
Which issue(s) this PR fixes
Fixes #4687