kubernetes/test/integration/framework
Masashi Honma bcbd16b94b test-integration: Fix using deprecated default cluster IPs
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>
2020-10-08 20:38:58 +09:00
..
BUILD update scripts 2020-09-02 10:49:40 -07:00
etcd.go Test watchcache being updated in multietcd setup 2020-09-15 08:19:13 +02:00
master_utils.go test-integration: Fix using deprecated default cluster IPs 2020-10-08 20:38:58 +09:00
perf_utils.go scheduler_perf: refactor to allow arbitrary workloads 2020-09-17 19:22:20 +00:00
serializer.go name runtime.Schemes so we can see which one fails 2018-07-06 14:08:14 -04:00
test_server.go rename 2020-09-02 10:48:26 -07:00
util.go Update wait function w/ descriptions of global node states, TODO for kubelet 2020-08-19 13:55:54 -04:00