I setup k8s use docker-multinode with some fix, the cluster ip range changed to --service-cluster-ip-range=172.16.0.1/24
, but I got both 10 and 172 ip for pod.So the container with 10 IP can not access by other server.
I only expected 172 ip for pod, why assign 10 ip for pod ?