Actually set repository QPS in the kubelet.

This commit is contained in:
Brendan Burns 2014-12-11 12:06:40 -08:00
parent 222c819800
commit 149881e13e

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']}}"