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

Update dnsmasq-autoscaler

changed target to be a deployment rather than a replicationcontroller.
parent 072b3b9d
No related branches found
No related tags found
No related merge requests found
......@@ -41,7 +41,7 @@ spec:
- /cluster-proportional-autoscaler
- --namespace=kube-system
- --configmap=dnsmasq-autoscaler
- --target=ReplicationController/dnsmasq
- --target=Deployment/dnsmasq
# When cluster is using large nodes(with more cores), "coresPerReplica" should dominate.
# If using small nodes, "nodesPerReplica" should dominate.
- --default-params={"linear":{"nodesPerReplica":{{ dnsmasq_nodes_per_replica }},"preventSinglePointFailure":true}}
......
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