我可以从运行 pod 的服务器访问 ip wget https://10.64.2.21 - https://10.64.2.21/ Connecting to 10.64.2.21:443... connected。
但不是从 pod 内 ➜ ~ k exec -ti debug /bin/sh / # wget https://10.64.2.21 Connecting to 10.64.2.21 (10.64.2.21:443)
^C / #
我可以从运行 pod 的服务器访问 ip wget https://10.64.2.21 - https://10.64.2.21/ Connecting to 10.64.2.21:443... connected。
但不是从 pod 内 ➜ ~ k exec -ti debug /bin/sh / # wget https://10.64.2.21 Connecting to 10.64.2.21 (10.64.2.21:443)
^C / #
我设法使用这个解决方案解决了这个问题,它更新了每个 pod 中的 iptables https://github.com/kubernetes/kubernetes/issues/46170