Skip to content

Commit bc06f36

Browse files
authored
Merge pull request kubernetes#91466 from prameshj/dns-autoscaler
Include Unschedulable nodes to compute kube-dns replica in DNS autoscaler.
2 parents b0e0692 + 10f3003 commit bc06f36

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cluster/addons/dns-horizontal-autoscaler/dns-horizontal-autoscaler.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ spec:
8686
kubernetes.io/os: linux
8787
containers:
8888
- name: autoscaler
89-
image: k8s.gcr.io/cluster-proportional-autoscaler-amd64:1.7.1
89+
image: k8s.gcr.io/cluster-proportional-autoscaler-amd64:1.8.0
9090
resources:
9191
requests:
9292
cpu: "20m"
@@ -99,7 +99,7 @@ spec:
9999
- --target={{.Target}}
100100
# When cluster is using large nodes(with more cores), "coresPerReplica" should dominate.
101101
# If using small nodes, "nodesPerReplica" should dominate.
102-
- --default-params={"linear":{"coresPerReplica":256,"nodesPerReplica":16,"preventSinglePointFailure":true}}
102+
- --default-params={"linear":{"coresPerReplica":256,"nodesPerReplica":16,"preventSinglePointFailure":true,"includeUnschedulableNodes":true}}
103103
- --logtostderr=true
104104
- --v=2
105105
tolerations:

0 commit comments

Comments
 (0)