Giter Site home page Giter Site logo

Comments (3)

gandro avatar gandro commented on June 21, 2024

Also found in an earlier run https://github.com/cilium/cilium/actions/runs/9548860479/job/26317322574

from cilium.

gandro avatar gandro commented on June 21, 2024

I think the following is happening right now:

  1. We do a lookup for world1.cilium.io, it returns exactly 1 IP per IP family. We allocate one FQDN identity (fqdn:world1.cilium.io,reserved:world-ipvN) per family
  2. We shut down Cilium, where it didn't manage to checkpoint the latest FQDN identities
  3. Cilium comes up again, it sees the IP(s) in IPCache and withholds the numeric identity. Because it has no labels and the identity is unique to the IP, it adds a cidr label. The IP is therefore added as a "restored" CIDR idenity to the new cache
  4. FQDN policy is re-imported (after endpoint regeneration!), because it now adds a fqdn:world1.cilium.io label to the IP, we allocate a new numeric identity for the IP
  5. The test check numeric identities and is unhappy about the fact that identities changed

from cilium.

gandro avatar gandro commented on June 21, 2024

The "good" news is that this identity change shouldn't actually cause drops, because it's happening after restoration and this is mainly a false positive in terms of test failure. Still, we want to fix either the test or the check-pointing (or both)

from cilium.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.