Compare commits
2 Commits
3b03e68f3e
...
198c147b79
| Author | SHA1 | Date | |
|---|---|---|---|
| 198c147b79 | |||
| 93e43a546f |
@@ -227,6 +227,7 @@ in
|
||||
|
||||
systemd.services.kubelet = {
|
||||
description = "Kubernetes Kubelet";
|
||||
wantedBy = lib.mkForce [];
|
||||
wants = [ "network-online.target" ];
|
||||
after = [ "containerd.service" "network-online.target" ];
|
||||
unitConfig.ConditionPathExists = "/var/lib/kubelet/config.yaml";
|
||||
|
||||
Reference in New Issue
Block a user