hejiahang929
hejiahang929
# Expected Behavior v1.11.0-no-avx512版本使用自建subnet创建的pod,通过设置natOutgoing: true,访问集群外部网络 # Actual Behavior v1.11.0-no-avx512版本使用自建subnet创建的pod,通过设置natOutgoing: true, 无法访问集群外部网络,只能抓到veth端的icmp的请求包,抓不到其它网卡的icmp包,退回到1.10.4-no-avx512版本没有问题 # Steps to Reproduce the Problem 1. 创建一个subnet资源,natOutgoing设置为true, namespaces: test 2. 在 test命名空间下创建pod, 所创建的pod会使用第一步subnet里面的ip 3. 在pod里面ping外部ip,无法ping通 # Additional Info...
## I can get correct information from /proc/cpuinfo and /sys/devices/system/cpu/online, but can't get the correct information from /proc/stat, The information from /proc/stat is all cpus on hosts. Is there any...