-
Notifications
You must be signed in to change notification settings - Fork 3.1k
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
BGP CP: Replaces LocalNodeStore with Local CiliumNode #28238
Conversation
/test |
cc @rastislavs |
130d23a
to
bb0f39b
Compare
/cc @rastislavs |
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.
LGTM
Let me mention |
@YutaroHayakawa should I ping anyone directly from sig-ipam to help with the review? |
Tom is assigned from SIG-IPAM, but now he is not available. Let me mention @gandro 🙏 |
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.
This is a great simplification! Looks good to me in terms of logic, but I do have a concern about logic duplication
/test |
/ci-runtime |
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!
/test |
/test |
/ci-runtime |
The
I don't see how the changes in this PR can cause this test failure. Going to rebase to see if a PR landed that fixes this CI issue. |
It does look like a known flake: #26479 |
/test |
Commit 56b1133 rebases to try resolving CI flakes. |
/test |
1 similar comment
/test |
/ci-ipsec-upgrade |
/ci-runtime |
cd9c658
to
5ce34a6
Compare
/test |
@danehans I think you need to rebase this PR to make the CI pass. I have some pending changes for the reconcilers, but don't want to block this one anymore - hopefully we can get it in soon? |
5ce34a6
to
3e94e3a
Compare
/test |
/ci-eks |
@danehans looks like ci-runtime is failing consistently with this change. Some tests in |
Abstracts the GetNodeIP() method for use by other types. Signed-off-by: Daneyon Hansen <daneyon.hansen@solo.io>
- Replaces the LocalNodeStore with the existing local CiliumNode throughout the BGP CP. - Updates unit and integration tests accordingly. - Adds the GetIP() method for returning the CiliumNode IP. Signed-off-by: Daneyon Hansen <daneyon.hansen@solo.io>
3e94e3a
to
c295400
Compare
/test |
Fixes: #28237