Update file limits from testing

pull/6/head
Timothy St. Clair 2015-02-26 10:54:55 -08:00
parent b583d4edb4
commit 2093610e5f
3 changed files with 3 additions and 0 deletions

View File

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

View File

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

View File

@ -13,6 +13,7 @@ ExecStart=/usr/bin/kube-scheduler \
$KUBE_MASTER \
$KUBE_SCHEDULER_ARGS
Restart=on-failure
LimitNOFILE=65536
[Install]
WantedBy=multi-user.target