-
Notifications
You must be signed in to change notification settings - Fork 6.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When can we expect ipv6-only support ? #5649
Comments
I'm looking to do the same and it seems that this playbook is totally broken as it makes ipv4-only assumptions. For example, this preinstall check fails even though there is an ipv6 address available on the host.
|
Right! I also think so. I tried creating an IPv6 only cluster on Fedora Coreos and met an error about etcd. Error is same with which mentioned here |
Issues go stale after 90d of inactivity. If this issue is safe to close now please do so with Send feedback to sig-testing, kubernetes/test-infra and/or fejta. |
/remove-lifecycle stale
…-Tristan
On Tue., Jul. 14, 2020, 03:28 fejta-bot, ***@***.***> wrote:
Issues go stale after 90d of inactivity.
Mark the issue as fresh with /remove-lifecycle stale.
Stale issues rot after an additional 30d of inactivity and eventually
close.
If this issue is safe to close now please do so with /close.
Send feedback to sig-testing, kubernetes/test-infra and/or fejta
<https://github.com/fejta>.
/lifecycle stale
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#5649 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAOFU2QMUJK6CYTKYCVD4HDR3QCLBANCNFSM4KWOKM6A>
.
|
Kubernetes is dual stack now; kubespray should also support IPv6-only or dual stack deployments. I'll be trying to work on this a bit as we can't go into production without dual stack support. |
I have also started working on that; adding support for IPv6 only and dual stack. Do you want to coordinate efforts? |
I am currently running single-stack IPv6 kubernetes with kubeadm and would be interested in working on this with you so that I can deploy with kubespray instead. |
Me too, I'm interested to run use kubespray with IPv6 only. Is any progress in this? |
Issues go stale after 90d of inactivity. If this issue is safe to close now please do so with Send feedback to sig-contributor-experience at kubernetes/community. |
/remove-lifecycle stale
…On Thu, Mar 18, 2021 at 9:14 PM fejta-bot ***@***.***> wrote:
Issues go stale after 90d of inactivity.
Mark the issue as fresh with /remove-lifecycle stale.
Stale issues rot after an additional 30d of inactivity and eventually
close.
If this issue is safe to close now please do so with /close.
Send feedback to sig-contributor-experience at kubernetes/community
<https://github.com/kubernetes/community>.
/lifecycle stale
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#5649 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAOFU2SBBEYNPQIZEP6ZRQDTEKQPLANCNFSM4KWOKM6A>
.
|
My current workaround is to define a wireguard interface on all IPv6-only-hosts with an wg0-ipv4-address. Of course - this should not be the correct solution for this issue. It would be much better to have a "native" IPv6-only support via kubespray. |
The Kubernetes project currently lacks enough contributors to adequately respond to all issues and PRs. This bot triages issues and PRs according to the following rules:
You can:
Please send feedback to sig-contributor-experience at kubernetes/community. /lifecycle stale |
The Kubernetes project currently lacks enough active contributors to adequately respond to all issues and PRs. This bot triages issues and PRs according to the following rules:
You can:
Please send feedback to sig-contributor-experience at kubernetes/community. /lifecycle rotten |
The Kubernetes project currently lacks enough active contributors to adequately respond to all issues and PRs. This bot triages issues and PRs according to the following rules:
You can:
Please send feedback to sig-contributor-experience at kubernetes/community. /close |
@k8s-triage-robot: Closing this issue. In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
/reopen |
@starcraft66: You can't reopen an issue/PR unless you authored it or you are a collaborator. In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
/remove-lifecycle rotten |
can this be reopened? or is there a new issue for this / has it been fixed? |
What would you like to be added:
I would like to bring up ipv6-only cluster using kubespray
Why is this needed:
Kubernetes supports ipv6-only configuration with both iptables and ipvs.
The text was updated successfully, but these errors were encountered: