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

Nightly K8s Matrix CI 2023-07-07: Failed #2016

Closed
weizhoublue opened this issue Jul 7, 2023 · 1 comment · Fixed by #2021
Closed

Nightly K8s Matrix CI 2023-07-07: Failed #2016

weizhoublue opened this issue Jul 7, 2023 · 1 comment · Fixed by #2021
Assignees

Comments

@weizhoublue
Copy link
Collaborator

action url: https://github.com/spidernet-io/spiderpool/actions/runs/5490208718

@ty-dc
Copy link
Collaborator

ty-dc commented Jul 10, 2023

There are two reasons for failure in this ci:

  1. Failed for the same reason as The Pod loops back to itself through the Service and cilium currently only supports IPv4 ? #2007
  2. The ipv6 address on the network interface will be abbreviated. For example fd00:0c3d::2 becomes fd00:c3d::2. Causes the use of ip -6 a show eth1 | grep fd00:0c3d::2 to fail to assert correctly
net1@eth0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue state UP 
    link/ether 3a:c3:8f:77:5e:8e brd ff:ff:ff:ff:ff:ff
    inet 10.51.133.2/24 brd 10.51.133.255 scope global net1
       valid_lft forever preferred_lft forever
    inet6 fd00:c3d::2/120 scope global 
       valid_lft forever preferred_lft forever
    inet6 fe80::38c3:8fff:fe77:5e8e/64 scope link 
       valid_lft forever preferred_lft forever

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
3 participants