Update kubedns-autoscaler change target
The target was a replicationcontroller but kubedns is currently a deploymentpull/1230/head
parent
450b4e16b2
commit
072b3b9d8c
|
@ -42,7 +42,7 @@ spec:
|
||||||
- --namespace=kube-system
|
- --namespace=kube-system
|
||||||
- --configmap=kubedns-autoscaler
|
- --configmap=kubedns-autoscaler
|
||||||
# Should keep target in sync with cluster/addons/dns/kubedns-controller.yaml.base
|
# 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 }}}}
|
- --default-params={"linear":{"nodesPerReplica":{{ kubedns_nodes_per_replica }},"min":{{ kubedns_min_replicas }}}}
|
||||||
- --logtostderr=true
|
- --logtostderr=true
|
||||||
- --v=2
|
- --v=2
|
||||||
|
|
Loading…
Reference in New Issue