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