Update kubedns-autoscaler change target

The target was a replicationcontroller but kubedns is currently a deployment
This commit is contained in:
Joe Duhamel 2017-04-13 14:55:25 -04:00 committed by GitHub
parent 450b4e16b2
commit 072b3b9d8c

View file

@ -42,7 +42,7 @@ spec:
- --namespace=kube-system
- --configmap=kubedns-autoscaler
# Should keep target in sync with cluster/addons/dns/kubedns-controller.yaml.base
- --target=replicationcontroller/kubedns
- --target=Deployment/kubedns
- --default-params={"linear":{"nodesPerReplica":{{ kubedns_nodes_per_replica }},"min":{{ kubedns_min_replicas }}}}
- --logtostderr=true
- --v=2