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
b2dcbb64
Commit
b2dcbb64
authored
Oct 17, 2015
by
k8s-merge-robot
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #15721 from andyzheng0831/trusty
Auto commit by PR queue bot
parents
72235d66
59e5e077
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
16 additions
and
12 deletions
+16
-12
node.yaml
cluster/gce/trusty/node.yaml
+16
-12
No files found.
cluster/gce/trusty/node.yaml
View file @
b2dcbb64
From nobody Tue Aug 11 10:13:54 2015
From nobody Tue Aug 11 10:13:54 2015
Content-Type
:
multipart/mixed; boundary="===============
6024533374511606659
=="
Content-Type
:
multipart/mixed; boundary="===============
===================
=="
MIME-Version
:
1.0
MIME-Version
:
1.0
--===============
6024533374511606659
==
--===============
===================
==
MIME-Version
:
1.0
MIME-Version
:
1.0
Content-Type
:
text/upstart-job; charset="us-ascii"
Content-Type
:
text/upstart-job; charset="us-ascii"
Content-Transfer-Encoding
:
7bit
Content-Transfer-Encoding
:
7bit
...
@@ -98,7 +98,7 @@ current-context: service-account-context
...
@@ -98,7 +98,7 @@ current-context: service-account-context
EOF
EOF
end
script
end
script
--===============
6024533374511606659
==
--===============
===================
==
MIME-Version:
1.0
MIME-Version:
1.0
Content-Type:
text/upstart-job;
charset="us-ascii"
Content-Type:
text/upstart-job;
charset="us-ascii"
Content-Transfer-Encoding:
7bit
Content-Transfer-Encoding:
7bit
...
@@ -127,7 +127,7 @@ script
...
@@ -127,7 +127,7 @@ script
fi
fi
end
script
end
script
--===============
6024533374511606659
==
--===============
===================
==
MIME-Version:
1.0
MIME-Version:
1.0
Content-Type:
text/upstart-job;
charset="us-ascii"
Content-Type:
text/upstart-job;
charset="us-ascii"
Content-Transfer-Encoding:
7bit
Content-Transfer-Encoding:
7bit
...
@@ -158,7 +158,7 @@ script
...
@@ -158,7 +158,7 @@ script
fi
fi
end
script
end
script
--===============
6024533374511606659
==
--===============
===================
==
MIME-Version:
1.0
MIME-Version:
1.0
Content-Type:
text/upstart-job;
charset="us-ascii"
Content-Type:
text/upstart-job;
charset="us-ascii"
Content-Transfer-Encoding:
7bit
Content-Transfer-Encoding:
7bit
...
@@ -226,7 +226,7 @@ script
...
@@ -226,7 +226,7 @@ script
rm "/etc/saltbase/${salt_tar}"
rm "/etc/saltbase/${salt_tar}"
end script
end script
--===============
6024533374511606659
==
--===============
===================
==
MIME-Version
:
1.0
MIME-Version
:
1.0
Content-Type
:
text/upstart-job; charset="us-ascii"
Content-Type
:
text/upstart-job; charset="us-ascii"
Content-Transfer-Encoding
:
7bit
Content-Transfer-Encoding
:
7bit
...
@@ -270,7 +270,7 @@ end script
...
@@ -270,7 +270,7 @@ end script
# Wait for 10s to start kubelet again.
# Wait for 10s to start kubelet again.
post-stop exec sleep 10
post-stop exec sleep 10
--===============
6024533374511606659
==
--===============
===================
==
MIME-Version
:
1.0
MIME-Version
:
1.0
Content-Type
:
text/upstart-job; charset="us-ascii"
Content-Type
:
text/upstart-job; charset="us-ascii"
Content-Transfer-Encoding
:
7bit
Content-Transfer-Encoding
:
7bit
...
@@ -306,7 +306,7 @@ end script
...
@@ -306,7 +306,7 @@ end script
# Wait for 10s to start kube-proxy again.
# Wait for 10s to start kube-proxy again.
post-stop exec sleep 10
post-stop exec sleep 10
--===============
6024533374511606659
==
--===============
===================
==
MIME-Version
:
1.0
MIME-Version
:
1.0
Content-Type
:
text/upstart-job; charset="us-ascii"
Content-Type
:
text/upstart-job; charset="us-ascii"
Content-Transfer-Encoding
:
7bit
Content-Transfer-Encoding
:
7bit
...
@@ -327,7 +327,11 @@ script
...
@@ -327,7 +327,11 @@ script
. /etc/kube-env
. /etc/kube-env
# Assemble docker deamon options
# Assemble docker deamon options
echo "DOCKER_OPTS=\"-p /var/run/docker.pid ${EXTRA_DOCKER_OPTS} --log-level=\"debug\" --bridge cbr0 --iptables=false --ip-masq=false\"" > /etc/default/docker
DOCKER_OPTS="-p /var/run/docker.pid --bridge=cbr0 --iptables=false --ip-masq=false"
if [ "${TEST_CLUSTER:-}" = "true" ]; then
DOCKER_OPTS="${DOCKER_OPTS} --log-level=debug"
fi
echo "DOCKER_OPTS=\"${DOCKER_OPTS} ${EXTRA_DOCKER_OPTS}\"" > /etc/default/docker
# Make sure the network interface cbr0 is created before restarting docker daemon
# Make sure the network interface cbr0 is created before restarting docker daemon
while ! [ -L /sys/class/net/cbr0 ]; do
while ! [ -L /sys/class/net/cbr0 ]; do
echo "Sleep 1 second to wait for cbr0"
echo "Sleep 1 second to wait for cbr0"
...
@@ -339,7 +343,7 @@ script
...
@@ -339,7 +343,7 @@ script
brctl delbr docker0
brctl delbr docker0
end script
end script
--===============
6024533374511606659
==
--===============
===================
==
MIME-Version
:
1.0
MIME-Version
:
1.0
Content-Type
:
text/upstart-job; charset="us-ascii"
Content-Type
:
text/upstart-job; charset="us-ascii"
Content-Transfer-Encoding
:
7bit
Content-Transfer-Encoding
:
7bit
...
@@ -371,7 +375,7 @@ script
...
@@ -371,7 +375,7 @@ script
fi
fi
end script
end script
--===============
6024533374511606659
==
--===============
===================
==
MIME-Version
:
1.0
MIME-Version
:
1.0
Content-Type
:
text/upstart-job; charset="us-ascii"
Content-Type
:
text/upstart-job; charset="us-ascii"
Content-Transfer-Encoding
:
7bit
Content-Transfer-Encoding
:
7bit
...
@@ -411,5 +415,5 @@ script
...
@@ -411,5 +415,5 @@ script
done
done
end script
end script
--===============
6024533374511606659
==--
--===============
===================
==--
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