Skip to content

Commit

Permalink
Merge pull request kubernetes#4981 from timothysc/kube-file-limits
Browse files Browse the repository at this point in the history
up the default systemd unit file limits
  • Loading branch information
thockin committed Mar 3, 2015
2 parents fbf45e8 + 2093610 commit 3beca3a
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 3beca3a

Please sign in to comment.