We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Backport for #4683
The text was updated successfully, but these errors were encountered:
Validated on a two node cluster using v1.21.9-rc1+k3s1, one server one agent
Pod got deployed on the agent node, with node ip 2600:6462 ping ipv6 address from with the testing pod
ping -c 5 2600:<REDACTED>:3273 PING 2600:<REDACTED>:3273(2600:<REDACTED>:3273) 56 data bytes 64 bytes from 2600:<REDACTED>:3273: icmp_seq=1 ttl=63 time=0.739 ms
Verify on target host using tcpdump, pod ipv6 address is NATed
sudo tcpdump -i eth0 -n ip6 tcpdump: verbose output suppressed, use -v or -vv for full protocol decode listening on eth0, link-type EN10MB (Ethernet), capture size 262144 bytes 23:50:14.232607 IP6 2600:<REDACTED>6462 > 2600:<REDACTED>:3273: ICMP6, echo request, seq 1, length 64 23:50:14.232649 IP6 2600:<REDACTED>:3273 > 2600:<REDACTED>:6462: ICMP6, echo reply, seq 1, length 64
Sorry, something went wrong.
rbrtbnfgl
ShylajaDevadiga
No branches or pull requests
Backport for #4683
The text was updated successfully, but these errors were encountered: