This message was deleted.
# rke2
a
This message was deleted.
c
you could, but it would be much easier to just use kubelet args
Copy code
kubelet-arg:
  - "--image-gc-low-threshold=80"
  - "--image-gc-high-threshold=85"
you should be able to set kubelet args from rancher
h
I see under Advanced tab:
or while editing cluster in YAML format:
Thanks! I will give this a go