Giter Club home page Giter Club logo

Comments (6)

lmb avatar lmb commented on September 23, 2024

So you're splitting set up and execution of the tests somehow? What commands are you running?

Might just be that you're doing things in a way that the test suite doesn't expect.

from cilium.

jubrad avatar jubrad commented on September 23, 2024

Piggy backing on this, but I'm happy to open a new issue if preferred.

Specifically for egress gateway I believe agent restart seems to be over eagerly clobbering the nat map. This results in clients/servers having orphaned connections as no RST was sent.

from cilium.

pchaigno avatar pchaigno commented on September 23, 2024

@jubrad I think a new issue would be best indeed. The present issue is not specific to the egress gateway. Please include a sysdump and more details in the new issue πŸ™

from cilium.

ti-mo avatar ti-mo commented on September 23, 2024

@jshr-w Drive-by comment: how exactly are you running the connectivity disruption tests? Keep an eye on the CPU usage of your nodes, because they can be configured in a way that they'll just flood packets as fast as they can, so on a small cluster, behaviour will be unpredictable.

from cilium.

davem-git avatar davem-git commented on September 23, 2024

I'm having issues with the following tests

Test [to-fqdns]:
  ❌ to-fqdns/pod-to-world/http-to-one.one.one.one-0: cilium-test/client3-868f7b8f6b-844c7 (10.101.71.35) -> one.one.one.one-http (one.one.one.one:80)
  ❌ to-fqdns/pod-to-world/http-to-one.one.one.one-1: cilium-test/client-69748f45d8-dcbbv (10.101.72.189) -> one.one.one.one-http (one.one.one.one:80)
  ❌ to-fqdns/pod-to-world/http-to-one.one.one.one-2: cilium-test/client2-ccd7b8bdf-5t87g (10.101.72.126) -> one.one.one.one-http (one.one.one.one:80)

when I test it from the pods

❯ kubectl -n cilium-test exec -it client3-868f7b8f6b-844c7 -- nslookup one.one.one.one
Server:		10.0.0.10
Address:	10.0.0.10#53

Non-authoritative answer:
Name:	one.one.one.one
Address: 1.1.1.1
Name:	one.one.one.one
Address: 1.0.0.1
Name:	one.one.one.one
Address: 2606:4700:4700::1111
Name:	one.one.one.one
Address: 2606:4700:4700::1001

❯ kubectl -n cilium-test exec -it client3-868f7b8f6b-844c7 -- curl http://one.one.one.one
<html>
<head><title>301 Moved Permanently</title></head>
<body>
<center><h1>301 Moved Permanently</h1></center>
<hr><center>cloudflare</center>
</body>
</html>
kubectl -n cilium-test exec -it client-69748f45d8-dcbbv -- nslookup one.one.one.one && curl http://one.one.one.one
Server:		10.0.0.10
Address:	10.0.0.10#53

Non-authoritative answer:
Name:	one.one.one.one
Address: 1.0.0.1
Name:	one.one.one.one
Address: 1.1.1.1
Name:	one.one.one.one
Address: 2606:4700:4700::1001
Name:	one.one.one.one
Address: 2606:4700:4700::1111

<html>
<head><title>301 Moved Permanently</title></head>
<body>
<center><h1>301 Moved Permanently</h1></center>
<hr><center>cloudflare</center>
</body>
</html>
❯ kubectl -n cilium-test exec -it client2-ccd7b8bdf-5t87g  -- nslookup one.one.one.one && curl http://one.one.one.one
Server:		10.0.0.10
Address:	10.0.0.10#53

Non-authoritative answer:
Name:	one.one.one.one
Address: 1.0.0.1
Name:	one.one.one.one
Address: 1.1.1.1
Name:	one.one.one.one
Address: 2606:4700:4700::1001
Name:	one.one.one.one
Address: 2606:4700:4700::1111

<html>
<head><title>301 Moved Permanently</title></head>
<body>
<center><h1>301 Moved Permanently</h1></center>
<hr><center>cloudflare</center>
</body>
</html>

yet they seem to work fine. Is this what your seeing? I'm if not I'll open a new issue

from cilium.

github-actions avatar github-actions commented on September 23, 2024

This issue has been automatically marked as stale because it has not
had recent activity. It will be closed if no further activity occurs.

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.