mirror of
https://github.com/kubesphere/kubekey.git
synced 2025-12-26 01:22:51 +00:00
default enable kernel cpu and memory accounting
Signed-off-by: pixiake <guofeng@yunify.com>
This commit is contained in:
parent
3cbc0b509a
commit
2c216ab684
|
|
@ -28,6 +28,8 @@ Description=kubelet: The Kubernetes Node Agent
|
|||
Documentation=http://kubernetes.io/docs/
|
||||
|
||||
[Service]
|
||||
CPUAccounting=true
|
||||
MemoryAccounting=true
|
||||
ExecStart=/usr/local/bin/kubelet
|
||||
Restart=always
|
||||
StartLimitInterval=0
|
||||
|
|
|
|||
Loading…
Reference in New Issue