You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This deploys like a charm and I'm able to ping the pod from the 10.129.203.0/24 network.
But I am not able to resolve any DNS request. When I check my resolvconf I see it points to the ClusterIP of the kube-dns service: 10.43.0.10.
Checking the routing table I see the following:
default via 10.42.0.1 dev eth0
10.42.0.0/24 dev eth0 scope link src 10.42.0.41
10.42.0.0/16 via 10.42.0.1 dev eth0
10.129.203.0/24 dev net1 scope link src 10.129.203.9
There is no route to 10.43.0.0/16 present.
But when I create a pod without a multus annotation, this issue is resolved.
Thanks for any help
The text was updated successfully, but these errors were encountered:
I'm running Multus next to flannel on my K3s cluster. I've installed it with the host-local ipam as per documentation:
I then created the network definition and a test pod for connecting to that vlan2003 network:
This deploys like a charm and I'm able to ping the pod from the 10.129.203.0/24 network.
But I am not able to resolve any DNS request. When I check my resolvconf I see it points to the ClusterIP of the
kube-dns
service:10.43.0.10
.Checking the routing table I see the following:
There is no route to
10.43.0.0/16
present.But when I create a pod without a multus annotation, this issue is resolved.
Thanks for any help
The text was updated successfully, but these errors were encountered: