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
0735f435
Commit
0735f435
authored
Jul 16, 2015
by
Dawn Chen
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
How to configure rkt on a node.
parent
b92643ac
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
11 additions
and
1 deletion
+11
-1
scratch.md
docs/getting-started-guides/scratch.md
+11
-1
No files found.
docs/getting-started-guides/scratch.md
View file @
0735f435
...
...
@@ -368,8 +368,18 @@ installation, by following examples given in the Docker documentation.
### rkt
[
rkt
](
https://github.com/coreos/rkt
)
is an alternative to Docker. You only need to install one of Docker or rkt.
The minimum version required is
[
v0.5.6
](
https://github.com/coreos/rkt/releases/tag/v0.5.6
)
.
*TODO*
: how to install and configure rkt.
[
systemd
](
http://www.freedesktop.org/wiki/Software/systemd/
)
is required on your node to run rkt. The
minimum version required to match rkt v0.5.6 is
[
systemd 215
](
http://lists.freedesktop.org/archives/systemd-devel/2014-July/020903.html
)
.
[
rkt metadata service
](
https://github.com/coreos/rkt/blob/master/Documentation/networking.md
)
is also required
for rkt networking support. You can start rkt metadata service by using command like
`sudo systemd-run rkt metadata-service`
Then you need to configure your kubelet with flag:
-
`--container_runtime=rkt`
### kubelet
...
...
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