clever-pillow-66654
09/08/2022, 4:15 PMnerdctl run -it --rm alpine
then run ping 8.8.8.8
. I see:
/ # ping 8.8.8.8
PING 8.8.8.8 (8.8.8.8): 56 data bytes
64 bytes from 8.8.8.8: seq=0 ttl=254 time=3166643.804 ms
64 bytes from 8.8.8.8: seq=0 ttl=254 time=3167642.102 ms (DUP!)
64 bytes from 8.8.8.8: seq=0 ttl=254 time=3168662.359 ms (DUP!)
64 bytes from 8.8.8.8: seq=0 ttl=254 time=3169650.931 ms (DUP!)
64 bytes from 8.8.8.8: seq=0 ttl=254 time=3170643.970 ms (DUP!)
This looks like a networking issue.
Any ideas? A colleague is seeing the same. We originally saw within an app container