-
Notifications
You must be signed in to change notification settings - Fork 3.2k
IPAM: Add CRD IPAM pool owner check #21379
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
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! I guess this makes sense overall. Manual IPAM CRD mode is not something we currently test or support as part of our CI, but this seems simple enough to add.
A few pointers that I think need to be addressed.
Checkpatch is complaining about the signed-off by line. Please sign it of with the same name and email address as the commit author:
Also, the commit message is not correct:
This does not affect hostscope (i.e. clusterpool) IPAM. Let's rename the commit message to something like |
0d16e49
to
2071af0
Compare
2071af0
to
3f62d5d
Compare
Signed-off-by: LongHui Li <llhwonderoflighthbc@gamil.com>
3f62d5d
to
5f863c3
Compare
/test |
@gandro CI failed to run, is it a problem with the code? |
No, it's unrelated to your code. We had an infrastructure issue last week. I'll restart the affected tests. |
/test-1.16-4.9 |
/test-1.23-5.4 |
/test-1.24-4.19 |
/test-1.25-net-next |
/test-runtime Job 'Cilium-PR-K8s-1.23-kernel-5.4' failed: Click to show.Test Name
Failure Output
If it is a flake and a GitHub issue doesn't already exist to track it, comment |
/mlh new-flake Cilium-PR-K8s-1.23-kernel-5.4 👍 created #21519 |
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.
Marking as ready to merge, the failed CI suite is unrelated
<
8000
a href="/llhhbc/cilium/commit/9b30a7f222339364e281e31f2e8d0649d9e34338" class="Link--secondary">9b30a7f
Fix bug with incomplete check in MR cilium#21379 Signed-off-by: LongHui Li <longhui.li@woqutech.com>
Fix bug with incomplete check in MR #21379 Signed-off-by: LongHui Li <longhui.li@woqutech.com>
Please ensure your pull request adheres to the following guidelines:
description and a
Fixes: #XXX
line if the commit addresses a particularGitHub issue.
Fixes: #issue-number
I want to assign the assigned ip to the specified pod through IPAM, when I assign the ip in the ippool, the ip is not assigned the way I expect.
Here is my test config: