mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-28 05:57:25 +00:00
Merge pull request #2869 from brendandburns/salt
Actually set repository QPS in the kubelet.
This commit is contained in:
commit
7eef5686ec
@ -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