Make kubedns up to date

Update kube-dns version to 1.14.2
https://github.com/kubernetes/kubernetes/pull/45684
This commit is contained in:
Seungkyu Ahn
2017-06-22 17:05:37 +09:00
parent d2b793057e
commit d5516a4ca9
5 changed files with 103 additions and 65 deletions

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=Deployment/kubedns
- --target=Deployment/kube-dns
- --default-params={"linear":{"nodesPerReplica":{{ kubedns_nodes_per_replica }},"min":{{ kubedns_min_replicas }}}}
- --logtostderr=true
- --v=2