Merge pull request #321673 from juselius/fix-service-restart-certmgr

nixos/kubernetes: fix service reload to restart
This commit is contained in:
Pol Dellaiera
2024-06-22 22:56:12 +02:00
committed by GitHub

View File

@@ -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
'';