-
Notifications
You must be signed in to change notification settings - Fork 18
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
Fix run on aws ec2 with cilium #1431
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
lou-lan
changed the title
Fix get vxlan parent IP logic to skip IP addresses with a full subnet…
Fix get vxlan parent IP logic to skip IP addresses.
Aug 7, 2024
lou-lan
changed the title
Fix get vxlan parent IP logic to skip IP addresses.
Fix get vxlan parent IP logic to skip IP addresses
Aug 7, 2024
lou-lan
changed the title
Fix get vxlan parent IP logic to skip IP addresses
Fix get vxlan parent IP logic got wrong IP addresses
Aug 7, 2024
lou-lan
changed the title
Fix get vxlan parent IP logic got wrong IP addresses
Fix detect vxlan parent IP logic got wrong IP addresses
Aug 7, 2024
lou-lan
changed the title
Fix detect vxlan parent IP logic got wrong IP addresses
Fix detect vxlan parent IP logic got wrong IP addresses and accept and add more accept rule for cilium
Aug 7, 2024
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #1431 +/- ##
==========================================
- Coverage 83.05% 82.90% -0.16%
==========================================
Files 19 19
Lines 2278 2281 +3
==========================================
- Hits 1892 1891 -1
- Misses 276 278 +2
- Partials 110 112 +2
Flags with carried forward coverage won't be shown. Click here to find out more.
|
weizhoublue
reviewed
Aug 8, 2024
lou-lan
force-pushed
the
fix-vxlan
branch
2 times, most recently
from
August 8, 2024 06:09
4f11858
to
c83e03d
Compare
lou-lan
changed the title
Fix detect vxlan parent IP logic got wrong IP addresses and accept and add more accept rule for cilium
Fix run on aws ec2
Aug 8, 2024
lou-lan
force-pushed
the
fix-vxlan
branch
2 times, most recently
from
August 8, 2024 07:44
d0b56e9
to
5f8b61f
Compare
… mask (e.g., /32 for IPv4 and /128 for IPv6). Signed-off-by: lou-lan <[email protected]>
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.
Fix #1424
vxlan
Fix detect vxlan parent IP logic not skip IP addresses with a full subnet mask (e.g., /32 for IPv4 and /128 for IPv6).
On AWS, when main network card has multiple IP, and it is set to default route.
iptables
Add more iptabels accept rule skip cilium rule.
EgressClusterInfo
Add kube-controller-manager labels case, We use these labels to retrieve the kube-controller-manager Pod arguments in order to obtain the cluster CIDR. Since different clusters have different kube-controller-manager labels, the content of the labels also varies.
If not found CalicoIPPool CRD in current cluster, skipping watch CalicoIPPool.