mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-25 04:33:26 +00:00
Merge pull request #98996 from wojtek-t/reenable_dns_autoscaling_test
Enable kube-dns-autoscaler test in scale-correctness tests
This commit is contained in:
commit
f41def8d76
@ -166,8 +166,7 @@ var _ = SIGDescribe("DNS horizontal autoscaling", func() {
|
|||||||
framework.ExpectNoError(err)
|
framework.ExpectNoError(err)
|
||||||
})
|
})
|
||||||
|
|
||||||
// TODO: Get rid of [DisabledForLargeClusters] tag when issue #55779 is fixed.
|
ginkgo.It("kube-dns-autoscaler should scale kube-dns pods in both nonfaulty and faulty scenarios", func() {
|
||||||
ginkgo.It("[DisabledForLargeClusters] kube-dns-autoscaler should scale kube-dns pods in both nonfaulty and faulty scenarios", func() {
|
|
||||||
|
|
||||||
ginkgo.By("Replace the dns autoscaling parameters with testing parameters")
|
ginkgo.By("Replace the dns autoscaling parameters with testing parameters")
|
||||||
err := updateDNSScalingConfigMap(c, packDNSScalingConfigMap(packLinearParams(&DNSParams1)))
|
err := updateDNSScalingConfigMap(c, packDNSScalingConfigMap(packLinearParams(&DNSParams1)))
|
||||||
|
Loading…
Reference in New Issue
Block a user