-
Thanks for the great project! I was looking through the documentation, and saw that the conclusion in #2116 and #5488 is to continue relying on Thanks again! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
You'd want to start k3s with # /etc/rancher/k3s/kubelet-config.yaml
apiVersion: kubelet.config.k8s.io/v1beta1
kind: KubeletConfiguration
imageMaximumGCAge: 1d
featureGates:
ImageMaximumGCAge: true |
Beta Was this translation helpful? Give feedback.
You'd want to start k3s with
--kubelet-arg=config=/etc/rancher/k3s/kubelet-config.yaml
and then create that configuration file: