Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
K
k3s
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Jacklull
k3s
Commits
02bf0806
Commit
02bf0806
authored
Aug 08, 2015
by
Philibert Dugas
Committed by
edugphi
Aug 08, 2015
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Tuned the kube-proxy upstart script to be in line with:
https://github.com/GoogleCloudPlatform/kubernetes/issues/5461
Upstart scripts need to specify explicitely the nofile limit
parent
2bfa9a1f
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
kube-proxy.conf
cluster/ubuntu/minion/init_conf/kube-proxy.conf
+2
-0
No files found.
cluster/ubuntu/minion/init_conf/kube-proxy.conf
View file @
02bf0806
...
@@ -7,6 +7,8 @@ respawn
...
@@ -7,6 +7,8 @@ respawn
start
on
started
etcd
start
on
started
etcd
stop
on
stopping
etcd
stop
on
stopping
etcd
limit
nofile
65536
65536
pre
-
start
script
pre
-
start
script
# see also https://github.com/jainvipin/kubernetes-start
# see also https://github.com/jainvipin/kubernetes-start
KUBE_PROXY
=/
opt
/
bin
/$
UPSTART_JOB
KUBE_PROXY
=/
opt
/
bin
/$
UPSTART_JOB
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment