fix: stop auto-enabling kubelet during base node rebuild
All checks were successful
Terraform Plan / Terraform Plan (push) Successful in 10m8s

This commit is contained in:
2026-03-02 09:13:53 +00:00
parent 7c849ed019
commit f65a414959

View File

@@ -227,7 +227,6 @@ in
systemd.services.kubelet = {
description = "Kubernetes Kubelet";
wantedBy = [ "multi-user.target" ];
wants = [ "network-online.target" ];
after = [ "containerd.service" "network-online.target" ];
unitConfig.ConditionPathExists = "/var/lib/kubelet/config.yaml";