Compare commits
2 Commits
03c6d0454a
...
92759407a6
| Author | SHA1 | Date | |
|---|---|---|---|
| 92759407a6 | |||
| f65a414959 |
@@ -227,7 +227,6 @@ in
|
|||||||
|
|
||||||
systemd.services.kubelet = {
|
systemd.services.kubelet = {
|
||||||
description = "Kubernetes Kubelet";
|
description = "Kubernetes Kubelet";
|
||||||
wantedBy = [ "multi-user.target" ];
|
|
||||||
wants = [ "network-online.target" ];
|
wants = [ "network-online.target" ];
|
||||||
after = [ "containerd.service" "network-online.target" ];
|
after = [ "containerd.service" "network-online.target" ];
|
||||||
unitConfig.ConditionPathExists = "/var/lib/kubelet/config.yaml";
|
unitConfig.ConditionPathExists = "/var/lib/kubelet/config.yaml";
|
||||||
|
|||||||
Reference in New Issue
Block a user