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

Connectivity Test hack for k8s exec failures: ping special case regex does not work for IPv6 #2352

Open
bimmlerd opened this issue Feb 29, 2024 · 0 comments
Labels
kind/bug Something isn't working

Comments

@bimmlerd
Copy link
Member

The hack in #1857 works, somewhat, for IPv4. However, amazingly, ping for IPv6 has a slightly different output format:

$ ping 2606:4700:4700::1111             
PING 2606:4700:4700::1111(2606:4700:4700::1111) 56 data bytes
64 bytes from 2606:4700:4700::1111: icmp_seq=1 ttl=58 time=4.57 ms

vs

david@panther:~/wrk -$ ping 1.1.1.1             
PING 1.1.1.1 (1.1.1.1) 56(84) bytes of data.
64 bytes from 1.1.1.1: icmp_seq=1 ttl=58 time=2.84 ms

Note bytes of data vs data bytes 🤦

@bimmlerd bimmlerd added the kind/bug Something isn't working label Feb 29, 2024
@bimmlerd bimmlerd changed the title Connectivity Test hack for ping does not work for IPv6 Connectivity Test hack for k8s exec failures: ping special case regex does not work for IPv6 Feb 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant