Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Guidelines to install Kubernetes with IPv6 only

I am trying to install kubernetes on Bare Metal with IPv6 only networks. I have stuck saying that Invalid Arguments whenever I put IPv6 address instead of IPv4 address.


Can anyone suggest any guidelines how to install Kubernetes on IPv6 only networks. I know, it's not IPv6 production ready but in the source code, it seems,few component does have support for IPv6 -- that's why I am trying.

like image 541
Ista Ranjan Samanta Avatar asked Nov 28 '16 08:11

Ista Ranjan Samanta


1 Answers

IPv6 is not supported at this time, and it's very clearly state in the docs that it's a work in progress: https://github.com/kubernetes/community/blob/master/contributors/design-proposals/networking.md

like image 62
jaxxstorm Avatar answered Oct 22 '22 07:10

jaxxstorm