Actually set repository QPS in the kubelet.
This commit is contained in:
parent
222c819800
commit
149881e13e
@ -25,4 +25,6 @@
|
|||||||
|
|
||||||
{% set auth_path = "-auth_path=/var/lib/kubelet/kubernetes_auth" -%}
|
{% 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']}}"
|
DAEMON_ARGS="{{daemon_args}} {{etcd_servers}} {{apiservers}} {{auth_path}} {{hostname_override}} {{address}} {{config}} --allow_privileged={{pillar['allow_privileged']}}"
|
||||||
|
Loading…
Reference in New Issue
Block a user