Skip to content

Setting kubelet arguments

To pass arguments for kubelet, you can use k3s_kubelet_extra_config variable:

k3s_kubelet_extra_config:
  - "image-gc-high-threshold=40"
  - "image-gc-low-threshold=30"