-
Notifications
You must be signed in to change notification settings - Fork 717
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
Whether kubeadm(v1.15.3) init supports ipv6 #2003
Comments
Yep, it's a problem with the HTTPProxy check itself. You can skip this check in particular to be able to continue forward. The problem itself was fixed in kubernetes/kubernetes#82267 but that one was never cherry-picked into 1.15. xref #1769 |
if you write |
add --ignore-preflight-errors=HTTPProxy is ok, Thanks! |
The field in the config requires an address, not an URL. |
OK,kubeadm.yaml include an address. |
we decided to not apply the fix for 1.15 because it does not fit our backport criteria: 1.15 will be out of support in a couple of months when 1.18 is released.
yes, this is a valid workaround. /close |
@neolit123: 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. |
Versions:
kubeadm verison: v1.15.3
kubectl version: v1.15.3
OS: Centos 7.7
Kernel: 3.10.0-1062.el7.x86_64
what happened?
K8sv1.17.0 is ok, However K8sv1.15.3 is failed .
The text was updated successfully, but these errors were encountered: