Skip to content

Commit

Permalink
Update file limits from testing
Browse files Browse the repository at this point in the history
  • Loading branch information
Timothy St. Clair committed Mar 3, 2015
1 parent b583d4e commit 2093610
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions contrib/init/systemd/kube-apiserver.service
Original file line number Diff line number Diff line change
Expand Up @@ -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
1 change: 1 addition & 0 deletions contrib/init/systemd/kube-controller-manager.service
Original file line number Diff line number Diff line change
Expand Up @@ -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
1 change: 1 addition & 0 deletions contrib/init/systemd/kube-scheduler.service
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ ExecStart=/usr/bin/kube-scheduler \
$KUBE_MASTER \
$KUBE_SCHEDULER_ARGS
Restart=on-failure
LimitNOFILE=65536

[Install]
WantedBy=multi-user.target

0 comments on commit 2093610

Please sign in to comment.