Skip to content

Commit

Permalink
Merge pull request #321673 from juselius/fix-service-restart-certmgr
Browse files Browse the repository at this point in the history
nixos/kubernetes: fix service reload to restart
  • Loading branch information
drupol authored Jun 22, 2024
2 parents 37e233b + cfed970 commit 5dad22a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nixos/modules/services/cluster/kubernetes/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -261,7 +261,7 @@ in {
name = "service-account";
CN = "system:service-account-signer";
action = ''
systemctl reload \
systemctl restart \
kube-apiserver.service \
kube-controller-manager.service
'';
Expand Down

0 comments on commit 5dad22a

Please sign in to comment.