Skip to content
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

add info to routeUpdate msg in Felix for node updates #10

Open
wants to merge 45 commits into
base: master
Choose a base branch
from

Conversation

hedibouattour
Copy link

Description

Related issues/PRs

Todos

  • Tests
  • Documentation
  • Release note

Release Note

TBD

Reminder for the reviewer

Make sure that this PR has the correct labels and milestone set.

Every PR needs one docs-* label.

  • docs-pr-required: This change requires a change to the documentation that has not been completed yet.
  • docs-completed: This change has all necessary documentation completed.
  • docs-not-required: This change has no user-facing impact and requires no docs.

Every PR needs one release-note-* label.

  • release-note-required: This PR has user-facing changes. Most PRs should have this label.
  • release-note-not-required: This PR has no user-facing changes.

Other optional labels:

  • cherry-pick-candidate: This PR should be cherry-picked to an earlier release. For bug fixes only.
  • needs-operator-pr: This PR is related to install and requires a corresponding change to the operator.

After this patch, single IPs are no longer announced as global routes.

The patch also fixes a bug related to config change, causing one or more route to be withdrawn if changing from
for example /32 to /29 in BGPConfiguration. Now setRoutesForKey() assures that routes it thinks are advertised
actually do exist.
…olicy Cluster.

Do not advertise these as /32 routes when part of a larger subnet definition.
onong and others added 3 commits September 28, 2022 16:47
Move the staggering to the connectivity check. Looks
like the handshake is only done on first packet so our
synchronised connectivity check is worst case.
@hedibouattour hedibouattour force-pushed the Feature/add-info-to-routeUpdate-msg branch 2 times, most recently from ff4bdd3 to ab347b1 Compare October 3, 2022 15:20
tomastigera and others added 16 commits October 3, 2022 11:43
Issues described in projectcalico#4509
are only UDP related. We need to turn off CTLB for UDP. TCP would
resolve broken connections as the original pod would not exist anymore
and would make a new connection. Therefore it does not need to take the
performance hit associated with disabling CTLB.
Update the ipsec.yaml file's location
Use kubectl replace instead of apply when upgrading.  If you don't, you hit:
```
The CustomResourceDefinition "installations.operator.tigera.io" is invalid: metadata.annotations: Too long: must have at most 262144 bytes
```
Avoid running APT from Golang.
Move hping into the felix test image.
…tlb-udp

felix/bpf: allow using CTLB workaround just for UDP
In some cases, the delay between CRDs being successfully created and the
API resources that represent them being available was long enough for
the IPAM metrics FV setup to fail (resource not found).
caseydavenport and others added 19 commits October 7, 2022 15:51
…ouncements

Fix announcement of /32 and /128 entries for serviceLoadBalancerIPs.
Finesse health reports, actually print the table not its string.
Use kubectl replace instead of applying when upgrading. This avoids the possibility of a 2-way merge leaving behind unwanted fields as described in projectcalico#6848
Add CSI node-driver-registrar to image list for private registry use
…counters may not be present (projectcalico#6835)

Continue on errors while reading or flushing XDP counters map

Failing in dumping or flushing a counter map should not prevent the operation for the rest of maps. So instead of returning an error, we just need to log and continue with the rest of maps.

Co-authored-by: Tomas Hruby <[email protected]>
@hedibouattour hedibouattour force-pushed the Feature/add-info-to-routeUpdate-msg branch from ab347b1 to 3f3d6b3 Compare October 18, 2022 10:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.