mirror of https://github.com/k3s-io/k3s
Update file limits from testing
parent
b583d4edb4
commit
2093610e5f
|
@ -17,6 +17,7 @@ ExecStart=/usr/bin/kube-apiserver \
|
|||
$KUBE_SERVICE_ADDRESSES \
|
||||
$KUBE_API_ARGS
|
||||
Restart=on-failure
|
||||
LimitNOFILE=65536
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
||||
|
|
|
@ -14,6 +14,7 @@ ExecStart=/usr/bin/kube-controller-manager \
|
|||
$KUBE_MASTER \
|
||||
$KUBE_CONTROLLER_MANAGER_ARGS
|
||||
Restart=on-failure
|
||||
LimitNOFILE=65536
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
||||
|
|
|
@ -13,6 +13,7 @@ ExecStart=/usr/bin/kube-scheduler \
|
|||
$KUBE_MASTER \
|
||||
$KUBE_SCHEDULER_ARGS
|
||||
Restart=on-failure
|
||||
LimitNOFILE=65536
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
||||
|
|
Loading…
Reference in New Issue