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

dual-stack test failing #6244

Closed
manuelbuil opened this issue Oct 10, 2022 · 1 comment
Closed

dual-stack test failing #6244

manuelbuil opened this issue Oct 10, 2022 · 1 comment
Assignees
Milestone

Comments

@manuelbuil
Copy link
Contributor

Environmental Info:
K3s Version:

Vagrant env

Node(s) CPU architecture, OS, and Version:

Cluster Configuration:

3 servers

Describe the bug:

dualstack test is failing due to wrong addresses and lack of ipv6 default gateway

Steps To Reproduce:

  • Installed K3s:

go test -v -timeout=10m tests/e2e/dualstack/dualstack_test.go

Expected behavior:

dualStack test working

Actual behavior:

dualStack test fails because:

  • Node address check is wrong
  • No gateway is defined for ipv6 and thus any connection to ipv6 services fails (e.g. when testing the clusterIP)

Additional context / logs:

@ShylajaDevadiga
Copy link
Contributor

Validated using commit id of master branch e8c250b

agent-0    Ready   <none>                      53s     v1.25.3+k3s-e8c250b8   10.10.10.103   10.10.10.103   Ubuntu 20.04.5 LTS   5.4.0-126-generic   containerd://1.6.8-k3s1
server-0   Ready   control-plane,etcd,master   3m12s   v1.25.3+k3s-e8c250b8   10.10.10.100   10.10.10.100   Ubuntu 20.04.5 LTS   5.4.0-126-generic   containerd://1.6.8-k3s1
server-1   Ready   control-plane,etcd,master   26s     v1.25.3+k3s-e8c250b8   10.10.10.101   10.10.10.101   Ubuntu 20.04.5 LTS   5.4.0-126-generic   containerd://1.6.8-k3s1
server-2   Ready   control-plane,etcd,master   70s     v1.25.3+k3s-e8c250b8   10.10.10.102   10.10.10.102   Ubuntu 20.04.5 LTS   5.4.0-126-generic   containerd://1.6.8-k3s1
•kube-system   coredns-75fc8f8fff-42ggf                  1/1   Running     0     2m56s   10.42.0.2   server-0   <none>   <none>
kube-system   helm-install-traefik-85dbz                0/1   Completed   2     2m56s   10.42.0.6   server-0   <none>   <none>
kube-system   helm-install-traefik-crd-dwbt6            0/1   Completed   0     2m56s   10.42.0.5   server-0   <none>   <none>
kube-system   local-path-provisioner-5b5579c644-lcgfj   1/1   Running     0     2m56s   10.42.0.3   server-0   <none>   <none>
kube-system   metrics-server-5c8978b444-2dw8x           1/1   Running     0     2m56s   10.42.0.4   server-0   <none>   <none>
kube-system   svclb-traefik-38cb27fb-7t27v              2/2   Running     0     2m13s   10.42.0.7   server-0   <none>   <none>
kube-system   svclb-traefik-38cb27fb-984js              2/2   Running     0     24s     10.42.3.2   server-1   <none>   <none>
kube-system   svclb-traefik-38cb27fb-jz7wp              2/2   Running     0     43s     10.42.2.2   agent-0    <none>   <none>
kube-system   svclb-traefik-38cb27fb-xcmq9              2/2   Running     0     68s     10.42.1.2   server-2   <none>   <none>
kube-system   traefik-9c6dc6686-9w4ps                   1/1   Running     0     2m13s   10.42.0.8   server-0   <none>   <none>

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

No branches or pull requests

3 participants