fix: prevent kubelet auto-start during rebuild #85

Merged
micqdf merged 1 commits from stage into master 2026-03-02 12:14:38 +00:00
Owner

Add wantedBy = [] to prevent kubelet from being started by multi-user.target
during nixos-rebuild switch. This allows rebuilds to succeed even when the
cluster is in a transitional state. Kubelet will be started by kubeadm
init/join commands instead.

Add wantedBy = [] to prevent kubelet from being started by multi-user.target during nixos-rebuild switch. This allows rebuilds to succeed even when the cluster is in a transitional state. Kubelet will be started by kubeadm init/join commands instead.
micqdf added 1 commit 2026-03-02 12:14:36 +00:00
fix: prevent kubelet auto-start during rebuild
Some checks failed
Terraform Plan / Terraform Plan (push) Has been cancelled
93e43a546f
Add wantedBy = [] to prevent kubelet from being started by multi-user.target
during nixos-rebuild switch. This allows rebuilds to succeed even when the
cluster is in a transitional state. Kubelet will be started by kubeadm
init/join commands instead.
micqdf merged commit 198c147b79 into master 2026-03-02 12:14:38 +00:00
Sign in to join this conversation.
No Reviewers
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: micqdf/TerraHome#85