Merge pull request #2869 from brendandburns/salt

Actually set repository QPS in the kubelet.
This commit is contained in:
bgrant0607 2014-12-11 13:14:45 -08:00
commit 7eef5686ec

View File

@ -25,4 +25,6 @@
{% set auth_path = "-auth_path=/var/lib/kubelet/kubernetes_auth" -%}
{% set registry_qps = "-registry_qps=0.1" %}
DAEMON_ARGS="{{daemon_args}} {{etcd_servers}} {{apiservers}} {{auth_path}} {{hostname_override}} {{address}} {{config}} --allow_privileged={{pillar['allow_privileged']}}"