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
992a8595
Commit
992a8595
authored
Jan 28, 2016
by
k8s-merge-robot
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #19326 from fgimenez/juju-allow-privileged
Auto commit by PR queue bot
parents
554382b5
b677d94b
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
0 deletions
+2
-0
apiserver.upstart.tmpl
...rms/trusty/kubernetes-master/files/apiserver.upstart.tmpl
+1
-0
kubelet.upstart.tmpl
.../juju/charms/trusty/kubernetes/files/kubelet.upstart.tmpl
+1
-0
No files found.
cluster/juju/charms/trusty/kubernetes-master/files/apiserver.upstart.tmpl
View file @
992a8595
...
@@ -8,6 +8,7 @@ limit nofile 20000 20000
...
@@ -8,6 +8,7 @@ limit nofile 20000 20000
kill timeout 30 # wait 30s between SIGTERM and SIGKILL.
kill timeout 30 # wait 30s between SIGTERM and SIGKILL.
exec /usr/local/bin/apiserver \
exec /usr/local/bin/apiserver \
--allow-privileged=true \
--basic-auth-file=/srv/kubernetes/basic-auth.csv \
--basic-auth-file=/srv/kubernetes/basic-auth.csv \
--bind-address=%(api_private_address)s \
--bind-address=%(api_private_address)s \
--etcd-servers=%(etcd_servers)s \
--etcd-servers=%(etcd_servers)s \
...
...
cluster/juju/charms/trusty/kubernetes/files/kubelet.upstart.tmpl
View file @
992a8595
...
@@ -9,6 +9,7 @@ kill timeout 60 # wait 60s between SIGTERM and SIGKILL.
...
@@ -9,6 +9,7 @@ kill timeout 60 # wait 60s between SIGTERM and SIGKILL.
exec /usr/local/bin/kubelet \
exec /usr/local/bin/kubelet \
--address=%(kubelet_bind_addr)s \
--address=%(kubelet_bind_addr)s \
--allow-privileged=true \
--api-servers=%(kubeapi_server)s \
--api-servers=%(kubeapi_server)s \
--hostname-override=%(kubelet_bind_addr)s \
--hostname-override=%(kubelet_bind_addr)s \
--cadvisor-port=4193 \
--cadvisor-port=4193 \
...
...
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