mirror of
https://github.com/optim-enterprises-bv/kubernetes.git
synced 2025-11-11 17:16:18 +00:00
The integration test for pods produces a warning caused by using deprecated default cluster IPs. $ make test-integration WHAT=./test/integration/pods GOFLAGS="-v" W1007 17:25:28.217410 100721 services.go:37] No CIDR for service cluster IPs specified. Default value which was 10.0.0.0/24 is deprecated and will be removed in future releases. Please specify it using --service-cluster-ip-range on kube-apiserver. This warning appears 36 times after running all tests. This patch removes all the warnings. Signed-off-by: Masashi Honma <masashi.honma@gmail.com>