Commit bdab0914 authored by Marcin Owsiany's avatar Marcin Owsiany

Disable the DNS autoscaler test in large clusters.

This is to prevent colateral damage while details are being investigated.
parent 5001198f
...@@ -157,7 +157,8 @@ var _ = SIGDescribe("DNS horizontal autoscaling", func() { ...@@ -157,7 +157,8 @@ var _ = SIGDescribe("DNS horizontal autoscaling", func() {
Expect(waitForDNSReplicasSatisfied(c, getExpectReplicasLinear, DNSdefaultTimeout)).NotTo(HaveOccurred()) Expect(waitForDNSReplicasSatisfied(c, getExpectReplicasLinear, DNSdefaultTimeout)).NotTo(HaveOccurred())
}) })
It("kube-dns-autoscaler should scale kube-dns pods in both nonfaulty and faulty scenarios", func() { // TODO: Get rid of [DisabledForLargeClusters] tag when issue #55779 is fixed.
It("[DisabledForLargeClusters] kube-dns-autoscaler should scale kube-dns pods in both nonfaulty and faulty scenarios", func() {
By("Replace the dns autoscaling parameters with testing parameters") By("Replace the dns autoscaling parameters with testing parameters")
err := updateDNSScalingConfigMap(c, packDNSScalingConfigMap(packLinearParams(&DNSParams_1))) err := updateDNSScalingConfigMap(c, packDNSScalingConfigMap(packLinearParams(&DNSParams_1)))
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment