Merge pull request 'fix: stop auto-enabling kubelet during base node rebuild' (#83) from stage into master
Some checks failed
Terraform Apply / Terraform Apply (push) Failing after 19m4s
Some checks failed
Terraform Apply / Terraform Apply (push) Failing after 19m4s
Reviewed-on: #83
This commit was merged in pull request #83.
This commit is contained in:
@@ -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