From 69dc74bab3b8fd625581eebf28180f697c40c5b9 Mon Sep 17 00:00:00 2001 From: Zihong Zheng Date: Thu, 1 Dec 2016 11:48:50 -0800 Subject: [PATCH] Turns on dns horizontal scaling tests for GKE --- cluster/gke/config-default.sh | 3 --- test/e2e/dns_autoscaling.go | 2 +- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/cluster/gke/config-default.sh b/cluster/gke/config-default.sh index d2efb33b9af..46697fa67e4 100644 --- a/cluster/gke/config-default.sh +++ b/cluster/gke/config-default.sh @@ -41,7 +41,4 @@ ENABLE_L7_LOADBALANCING="${KUBE_ENABLE_L7_LOADBALANCING:-glbc}" # standalone - Heapster only. Metrics available via Heapster REST API. ENABLE_CLUSTER_MONITORING="${KUBE_ENABLE_CLUSTER_MONITORING:-standalone}" -# Optional: Enable DNS horizontal autoscaler -ENABLE_DNS_HORIZONTAL_AUTOSCALER="${KUBE_ENABLE_DNS_HORIZONTAL_AUTOSCALER:-false}" - KUBE_DELETE_NETWORK=${KUBE_DELETE_NETWORK:-false} diff --git a/test/e2e/dns_autoscaling.go b/test/e2e/dns_autoscaling.go index 217883ea4be..fcf24066dea 100644 --- a/test/e2e/dns_autoscaling.go +++ b/test/e2e/dns_autoscaling.go @@ -51,7 +51,7 @@ var _ = framework.KubeDescribe("DNS horizontal autoscaling", func() { DNSParams_3 := DNSParamsLinear{map[string]string{"linear": "{\"nodesPerReplica\": 3, \"coresPerReplica\": 3}"}, 3.0, 3.0} BeforeEach(func() { - framework.SkipUnlessProviderIs("gce") + framework.SkipUnlessProviderIs("gce", "gke") c = f.ClientSet Expect(len(framework.GetReadySchedulableNodesOrDie(c).Items)).NotTo(BeZero())