onedr0p / home-ops

Wife approved HomeOps driven by Kubernetes and GitOps using Flux

Home Page:https://onedr0p.github.io/home-ops/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Replace kubelet-args with kubelet config file due to args being deprecated

onedr0p opened this issue · comments

k3s config

kubelet-arg: ["config=/etc/rancher/k3s/kubelet.yaml"]

host config

# /etc/rancher/k3s/kubelet.yaml
apiVersion: kubelet.config.k8s.io/v1beta1
kind: KubeletConfiguration
# shutdownGracePeriod: 60s
# shutdownGracePeriodCriticalPods: 10s

This won't be a thing for awhile, closing