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
3d836868
Commit
3d836868
authored
Jan 20, 2016
by
Josh Wood
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
docs/getting-started/rkt: Clarify flannel prerequisites: need flannel + another etcd
parent
54a416fc
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
2 deletions
+6
-2
README.md
docs/getting-started-guides/rkt/README.md
+6
-2
No files found.
docs/getting-started-guides/rkt/README.md
View file @
3d836868
...
@@ -62,8 +62,12 @@ edited to add this `rkt.kubernetes.io` network:
...
@@ -62,8 +62,12 @@ edited to add this `rkt.kubernetes.io` network:
#### Using flannel
#### Using flannel
[
flannel
](
https://github.com/coreos/flannel
)
can be configured with a
In addition to the basic prerequisites above, each node must be running
CNI config like:
a
[
flannel
](
https://github.com/coreos/flannel
)
daemon. This implies
that a flannel-supporting etcd service must be available to the cluster
as well, apart from the Kubernetes etcd, which will not yet be
available at flannel configuration time. Once it's running, flannel can
be set up with a CNI config like:
```
console
```
console
$
cat
<<
EOF
>/etc/rkt/net.d/k8s_cluster.conf
$
cat
<<
EOF
>/etc/rkt/net.d/k8s_cluster.conf
...
...
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