mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2025-12-15 22:34:21 +03:00
add image garbage collection (#9832)
This commit is contained in:
@@ -147,6 +147,12 @@ memorySwap:
|
||||
{% if kubelet_streaming_connection_idle_timeout is defined %}
|
||||
streamingConnectionIdleTimeout: {{ kubelet_streaming_connection_idle_timeout }}
|
||||
{% endif %}
|
||||
{% if kubelet_image_gc_high_threshold is defined %}
|
||||
imageGCHighThresholdPercent: {{ kubelet_image_gc_high_threshold }}
|
||||
{% endif %}
|
||||
{% if kubelet_image_gc_low_threshold is defined %}
|
||||
imageGCLowThresholdPercent: {{ kubelet_image_gc_low_threshold }}
|
||||
{% endif %}
|
||||
{% if kubelet_make_iptables_util_chains is defined %}
|
||||
makeIPTablesUtilChains: {{ kubelet_make_iptables_util_chains | bool }}
|
||||
{% endif %}
|
||||
|
||||
Reference in New Issue
Block a user