mirror of https://github.com/easzlab/kubeasz.git
允许kubelet并行拉取容器镜像
parent
44f32434f6
commit
10ba54fa1b
|
@ -62,6 +62,7 @@ kubeAPIBurst: 100
|
||||||
kubeAPIQPS: 50
|
kubeAPIQPS: 50
|
||||||
makeIPTablesUtilChains: true
|
makeIPTablesUtilChains: true
|
||||||
maxOpenFiles: 1000000
|
maxOpenFiles: 1000000
|
||||||
|
maxParallelImagePulls: 5
|
||||||
maxPods: {{ MAX_PODS }}
|
maxPods: {{ MAX_PODS }}
|
||||||
nodeLeaseDurationSeconds: 40
|
nodeLeaseDurationSeconds: 40
|
||||||
nodeStatusReportFrequency: 1m0s
|
nodeStatusReportFrequency: 1m0s
|
||||||
|
@ -73,7 +74,7 @@ port: 10250
|
||||||
readOnlyPort: 0
|
readOnlyPort: 0
|
||||||
resolvConf: /etc/resolv.conf
|
resolvConf: /etc/resolv.conf
|
||||||
runtimeRequestTimeout: 2m0s
|
runtimeRequestTimeout: 2m0s
|
||||||
serializeImagePulls: true
|
serializeImagePulls: false
|
||||||
streamingConnectionIdleTimeout: 4h0m0s
|
streamingConnectionIdleTimeout: 4h0m0s
|
||||||
syncFrequency: 1m0s
|
syncFrequency: 1m0s
|
||||||
{% if SYS_RESERVED_ENABLED == "yes" %}
|
{% if SYS_RESERVED_ENABLED == "yes" %}
|
||||||
|
|
Loading…
Reference in New Issue