kube-controller-manager use --service-cluster-ip-range=10.32.0.0/24 param, but svc is allocated with 10.0.0.0/24!!! to fix: add --service-cluster-ip-range=10.32.0.0/24 param to kube-apiserver!!! it works!