Compare commits
2 Commits
c1f86483ad
...
2aa9950f59
| Author | SHA1 | Date | |
|---|---|---|---|
| 2aa9950f59 | |||
| bd866f7dac |
@@ -384,6 +384,7 @@ in
|
||||
systemd.services.kubelet = {
|
||||
description = "Kubernetes Kubelet";
|
||||
wantedBy = [ "multi-user.target" ];
|
||||
path = [ pkgs.util-linux ];
|
||||
wants = [ "network-online.target" ];
|
||||
after = [ "containerd.service" "network-online.target" ];
|
||||
serviceConfig = {
|
||||
|
||||
Reference in New Issue
Block a user