mirror of
https://github.com/kubernetes/kubernetes.git
synced 2026-03-13 06:02:25 -04: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> |
||
|---|---|---|
| .. | ||
| BUILD | ||
| etcd.go | ||
| master_utils.go | ||
| perf_utils.go | ||
| serializer.go | ||
| test_server.go | ||
| util.go | ||