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
d234d86a
Commit
d234d86a
authored
Oct 08, 2015
by
Trevor Pounds
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Minor formatting cleanup.
parent
834ce9dd
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
6 deletions
+6
-6
scratch.md
docs/getting-started-guides/scratch.md
+6
-6
No files found.
docs/getting-started-guides/scratch.md
View file @
d234d86a
...
@@ -472,13 +472,13 @@ because of how this is used later.
...
@@ -472,13 +472,13 @@ because of how this is used later.
-
Alternate, manual approach:
-
Alternate, manual approach:
1.
Set
`--configure-cbr0=false`
on kubelet and restart.
1.
Set
`--configure-cbr0=false`
on kubelet and restart.
1.
Create a bridge
1.
Create a bridge
-
e.g.
`brctl addbr cbr0`
.
-
`brctl addbr cbr0`
.
1.
Set appropriate MTU
1.
Set appropriate MTU
. NOTE: the actual value of MTU will depend on your network environment
-
`ip link set dev cbr0 mtu 1460`
(NOTE: the actual value of MTU will depend on your network environment)
-
`ip link set dev cbr0 mtu 1460`
1.
Add the
cluster
s network to the bridge (docker will go on other side of bridge).
1.
Add the
node'
s network to the bridge (docker will go on other side of bridge).
-
e.g.
`ip addr add $NODE_X_BRIDGE_ADDR dev cbr0`
-
`ip addr add $NODE_X_BRIDGE_ADDR dev cbr0`
1.
Turn it on
1.
Turn it on
-
e.g.
`ip link set dev cbr0 up`
-
`ip link set dev cbr0 up`
If you have turned off Docker's IP masquerading to allow pods to talk to each
If you have turned off Docker's IP masquerading to allow pods to talk to each
other, then you may need to do masquerading just for destination IPs outside
other, then you may need to do masquerading just for destination IPs outside
...
...
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