Closed Dai-Yi closed 10 months ago
同样地,目前master分支,在集群内部的node上ping eip 是ok的,但是telnet 和 curl 端口应该是有问题的,集群外部ping 和 curl应该都是ok的吧?
同样地,目前master分支,在集群内部的node上ping eip 是ok的,但是telnet 和 curl 端口应该是有问题的,集群外部ping 和 curl应该都是ok的吧?
集群内集群外ping EIP都ping不通,我感觉配置EIP的configmap和Pod的annotations是不是没配对
同样地,目前master分支,在集群内部的node上ping eip 是ok的,但是telnet 和 curl 端口应该是有问题的,集群外部ping 和 curl应该都是ok的吧?
集群内集群外ping EIP都ping不通,我感觉配置EIP的configmap和Pod的annotations是不是没配对
external-gw-addr: "10.1.61.112/24" 这个不是真实的物理网关吧?
同样地,目前master分支,在集群内部的node上ping eip 是ok的,但是telnet 和 curl 端口应该是有问题的,集群外部ping 和 curl应该都是ok的吧?
集群内集群外ping EIP都ping不通,我感觉配置EIP的configmap和Pod的annotations是不是没配对
external-gw-addr: "10.1.61.112/24" 这个不是真实的物理网关吧?
10.1.61.112这是节点上承担网关作用的那个网卡ens35的ip地址,请问我的物理网关地址是以下显示的第一个(10.1.62.1)吗?
Kernel IP routing table Destination Gateway Genmask Flags Metric Ref Use Iface 0.0.0.0 10.1.62.1 0.0.0.0 UG 0 0 0 ens32 10.1.35.0 0.0.0.0 255.255.255.0 U 101 0 0 ens36 10.1.61.0 0.0.0.0 255.255.255.0 U 100 0 0 ens35 10.1.62.0 0.0.0.0 255.255.255.0 U 0 0 0 ens32 10.16.0.0 100.64.0.1 255.255.0.0 UG 0 0 0 ovn0 100.64.0.0 0.0.0.0 255.255.0.0 U 0 0 0 ovn0 169.254.0.0 0.0.0.0 255.255.0.0 U 1002 0 0 ens32 172.17.0.0 0.0.0.0 255.255.0.0 U 0 0 0 docker0 192.168.122.0 0.0.0.0 255.255.255.0 U 0 0 0 virbr0 我把configmap中的external-gw-addr项改为10.1.62.1后仍然ping不通EIP
同样地,目前master分支,在集群内部的node上ping eip 是ok的,但是telnet 和 curl 端口应该是有问题的,集群外部ping 和 curl应该都是ok的吧?
集群内集群外ping EIP都ping不通,我感觉配置EIP的configmap和Pod的annotations是不是没配对
external-gw-addr: "10.1.61.112/24" 这个不是真实的物理网关吧?
10.1.61.112这是节点上承担网关作用的那个网卡ens35的ip地址,请问我的物理网关地址是以下显示的第一个(10.1.62.1)吗?
route -n
Kernel IP routing table Destination Gateway Genmask Flags Metric Ref Use Iface 0.0.0.0 10.1.62.1 0.0.0.0 UG 0 0 0 ens32 10.1.35.0 0.0.0.0 255.255.255.0 U 101 0 0 ens36 10.1.61.0 0.0.0.0 255.255.255.0 U 100 0 0 ens35 10.1.62.0 0.0.0.0 255.255.255.0 U 0 0 0 ens32 10.16.0.0 100.64.0.1 255.255.0.0 UG 0 0 0 ovn0 100.64.0.0 0.0.0.0 255.255.0.0 U 0 0 0 ovn0 169.254.0.0 0.0.0.0 255.255.0.0 U 1002 0 0 ens32 172.17.0.0 0.0.0.0 255.255.0.0 U 0 0 0 docker0 192.168.122.0 0.0.0.0 255.255.255.0 U 0 0 0 virbr0 我把configmap中的external-gw-addr项改为10.1.62.1后仍然ping不通EIP
我只用过物理交换机的真实网关的场景,感觉真实物理网关是没问题的。
Issues go stale after 60d of inactivity. Please comment or re-open the issue if you are still interested in getting this issue fixed.
Expected Behavior
EIP can ping, curl EIP which bound to Pod running nginx could get response
Actual Behavior
EIP can‘t ping, curl EIP which bound to Pod running nginx get hint: “No route to host” or “Timeout”
Steps to Reproduce the Problem
1.apply configmap
2.Confirm the Configuration Take Effect
3.Config EIP on Pod
Additional Info
Kubernetes version:
kube-ovn version:
operation-system/kernel version:
kube-ovn configuration parameter:
OVN-NB status after apply pod
OVS status after apply pod
ifconfig (partly)
希望老哥帮忙看看怎么回事