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
ac30fb28
Commit
ac30fb28
authored
Dec 20, 2016
by
Shyam Jeedigunta
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixing 'systemd restart docker' command in kubemark master
parent
733faf52
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
1 deletion
+4
-1
start-kubemark-master.sh
test/kubemark/resources/start-kubemark-master.sh
+4
-1
No files found.
test/kubemark/resources/start-kubemark-master.sh
View file @
ac30fb28
...
...
@@ -141,7 +141,7 @@ function assemble-docker-flags {
# TODO(shyamjvs): Incorporate network plugin options, etc later.
echo
"DOCKER_OPTS=
\"
${
docker_opts
}
\"
"
>
/etc/default/docker
echo
"DOCKER_NOFILE=65536"
>>
/etc/default/docker
# For setting ulimit -n
system
d
restart docker
system
ctl
restart docker
}
# A helper function for loading a docker image. It keeps trying up to 5 times.
...
...
@@ -225,6 +225,9 @@ function start-kubelet {
local
-r
kubelet_bin
=
"/usr/bin/kubelet"
create-kubelet-conf
"
${
kubelet_bin
}
"
# Flush iptables nat table
iptables
-t
nat
-F
||
true
# Start the kubelet service.
systemctl start kubelet.service
}
...
...
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