Changed kube-dns-autoscaler's target to Deployment/kube-dns

This commit is contained in:
Zihong Zheng
2016-11-09 09:20:51 -08:00
parent e8c66d4aee
commit fe3a0d2937
2 changed files with 5 additions and 5 deletions

View File

@@ -42,7 +42,7 @@ spec:
- --configmap=kube-dns-autoscaler
- --mode=linear
# Should keep target in sync with cluster/addons/dns/skydns-rc.yaml.base
- --target=ReplicationController/kube-dns-v20
- --target=Deployment/kube-dns
# When cluster is using large nodes(with more cores), "coresPerReplica" should dominate.
# If using small nodes, "nodesPerReplica" should dominate.
- --default-params={"linear":{"coresPerReplica":256,"nodesPerReplica":16,"min":1}}