Add options to control images pulling of kubelet (#11094)

Signed-off-by: tu1h <lihai.tu@daocloud.io>
This commit is contained in:
Lihai Tu
2024-06-21 22:54:54 +08:00
committed by GitHub
parent 24dc4cef56
commit 921b0c0bed
3 changed files with 6 additions and 0 deletions

View File

@@ -175,3 +175,4 @@ tracing:
endpoint: {{ kubelet_tracing_endpoint }}
samplingRatePerMillion: {{ kubelet_tracing_sampling_rate_per_million }}
{% endif %}
maxParallelImagePulls: {{ kubelet_max_parallel_image_pulls }}