Skip to content
Snippets Groups Projects
Commit 072b3b9d authored by Joe Duhamel's avatar Joe Duhamel Committed by GitHub
Browse files

Update kubedns-autoscaler change target

The target was a replicationcontroller but kubedns is currently a deployment
parent 450b4e16
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment