-
Notifications
You must be signed in to change notification settings - Fork 1.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
IPv6 support added #508
Comments
@danehans Thanks for filing this feature issue! |
xref ipv6 issue: kubernetes/kubernetes#1443 |
@danehans 👋 Please indicate in the 1.9 feature tracking board |
@zacharysarah I only have comment access to the 1.9 feature tracking board, so I added comments for the IPv6 docs requirement. cc: @mmueen |
@zacharysarah does the 1.9-release changelog need to be manually updated to reference any of the IPv6 PRs or kubernetes/kubernetes#1443? |
@danehans When you say changelog, do you mean the release notes? /cc @Bradamant3 for release notes visibility |
Yes, I am trying to understand if anything needs to be added to the 1.9 release notes, and if so, what process to follow. Thank you. |
This should have a release note |
/cc @Bradamant3 @nickchase Release note visibility! ☝️ |
@danehans 1.9 release note draft is here: You can follow the guidance at the top of the doc. xref: https://groups.google.com/forum/#!topic/kubernetes-sig-release/x6ySPIJkMN4 by @enisoc |
@xiangpengzhao I have updated the 1.9 release notes with the ipv6 support details. Please let me know if add'l ipv6 content is required for the 1.9 release notes. |
@danehans I think the details you added are good enough 👍 . But personally I'd like to see the associated PRs (if existing) for the bullets.
|
@danehans I took another look at the release note and found that you put the ipv6 details into the section |
@xiangpengzhao The only concern I have is that several PRs were used for the different bullets. |
@xiangpengzhao I have moved the IPv6 content for the 1.9 release notes. Please let me know if you have any further concerns. |
@danehans That LGTM :) |
I use Kubernetes on IPv6-only (v1.8.x) for a while now, |
@valentin2105 can you please open an issue in k/k to track this if you think it is an issue should be solved? |
@danehans If so, can you please ensure the feature is up-to-date with the appropriate:
cc @idvoretskyi |
@leblancd is leading the IPv6 charge. I will let him comment. |
@justaugustus - This should probably be broken into 2 separate issues: |
/kind feature |
Which IPv6 feature landed into Kubernetes 1.18? Is it dual stack or IPv6 only graduated to beta? |
This issue tracks ipv6 only, graduated to beta in 1.18 Dual stack is alpha and is tracked in other issue/KEP |
/milestone clear (removing this enhancement issue from the v1.18 milestone as the milestone is complete) |
1.19 Enhancements shadow here. I wanted to check in and see if you think this Enhancement will be graduating in 1.19? In order to have this part of the release:
The current release schedule is:
Please let me know and I'll add it to the 1.19 tracking sheet (http://bit.ly/k8s-1-19-enhancements). Once coding begins please list all relevant k/k PRs in this issue so they can be tracked properly. 👍 Thanks! |
Thanks @kikisdeliveryservice , but I think we should focus now in dual stack. |
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 |
thanks for the update! |
Is there any documentation on how to verify ipv6 only operations ? google only lead me to ipv4 or ipv6 dualstack. |
what do you mean by "verify"? The installation for IPv6 only is the same as in IPv4, just you need to use IPv6 addresses and subnets in your configuration, no additional changes needed. |
Can confirm. I run 1.17.x in ipv6-only mode. Just follow the IPv4 guide and use IPv6 addresses. That’s basically it. |
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 |
Question: does this ticket also include a working IPv6 kube-router or not? Because as far as I know, kube-router does not work in IPv6 only networks. |
what do you mean by kube-router? |
I am referring to cloudnativelabs/kube-router#988 |
that project is independent of kubernetes --- kubernetes supports IPv6, another thing is the ecosystem and all the related projects that works or use kubernetes :) |
Let's centralise everything here #563 |
@aojea: 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. |
Feature Description
The text was updated successfully, but these errors were encountered: