-
Notifications
You must be signed in to change notification settings - Fork 4.9k
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
Fix kubernetes in-cluster configuration on IPv6 #8754
Conversation
Failing tests in CI are not related |
This is great @jsoriano, did you push the fix upstream? It would be awesome to keep vendoring the main repo, we will probably want to upgrade to next releases in the future |
Just saw ericchiang/k8s#103 👍 merging this now, let's upgrade the dependency once they tag the next version including this fix |
* Use patch to support ipv6 in k8s client (cherry picked from commit eb0ee32)
just to close the loop on this - what container tag should I use with the fix in it when deploying? |
* Use patch to support ipv6 in k8s client (cherry picked from commit eb0ee32)
@hhoover there is still no release including this change, in principle it will be included starting on 6.5. |
Include patch for IPv6 in kubernetes client library (ericchiang/k8s#103),
already merged in master but not released yet.
Fixes #8749