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
f1aaf79f
Commit
f1aaf79f
authored
Sep 28, 2016
by
Dan Williams
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
docs/networking: update IPv6 support section
parent
5780022b
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
4 deletions
+7
-4
networking.md
docs/design/networking.md
+7
-4
No files found.
docs/design/networking.md
View file @
f1aaf79f
...
...
@@ -207,10 +207,13 @@ External IP assignment would also simplify DNS support (see below).
### IPv6
IPv6 would be a nice option, also, but we can't depend on it yet. Docker support
is in progress:
[
Docker issue #2974
](
https://github.com/dotcloud/docker/issues/2974
)
,
[
Docker issue #6923
](
https://github.com/dotcloud/docker/issues/6923
)
,
[
Docker issue #6975
](
https://github.com/dotcloud/docker/issues/6975
)
.
IPv6 support would be nice but requires significant internal changes in a few
areas. First pods should be able to report multiple IP addresses
[
Kubernetes issue #27398
](
https://github.com/kubernetes/kubernetes/issues/27398
)
and the network plugin architecture Kubernetes uses needs to allow returning
IPv6 addresses too
[
CNI issue #245
](
https://github.com/containernetworking/cni/issues/245
)
.
Kubernetes code that deals with IP addresses must then be audited and fixed to
support both IPv4 and IPv6 addresses and not assume IPv4.
Additionally, direct ipv6 assignment to instances doesn't appear to be supported
by major cloud providers (e.g., AWS EC2, GCE) yet. We'd happily take pull
requests from people running Kubernetes on bare metal, though. :-)
...
...
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