1
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-07-07 11:05:30 +03:00

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
commit 5dad22a889
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -261,7 +261,7 @@ in {
name = "service-account"; name = "service-account";
CN = "system:service-account-signer"; CN = "system:service-account-signer";
action = '' action = ''
systemctl reload \ systemctl restart \
kube-apiserver.service \ kube-apiserver.service \
kube-controller-manager.service kube-controller-manager.service
''; '';