-
Notifications
You must be signed in to change notification settings - Fork 40k
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
Kubernetes AWS Stuck -TLS Handshake Error in Kube-api - In Version 1.3.0 #28888
Comments
Its work when i use TLSv1.2 in curl curl --insecure --user admin:bwteKU6yD3RsFzWI --max-time 5 --silent https://52.42.15.182/healthz --tlsv1.2 The Default util.sh doesn't have tls argument.Without that the Kubernetes Version 1.3.0 cannot able to functional on AWS. I can see the changelog 1.3.0 added
Do this need to update in the aws/utils.sh in package right ?. |
@talk2vino yep. filed a PR. Thanks for your help in tracking this down. |
In the following PR, TLS was set to 1.2 as the minimum because TLS1.0 and TLS1.1 are vulnerable: kubernetes#26169 However the scripts that used curl were not updated to match the TLS version. Since --tlsv1.2 was introduced in curl 7.34.0, we should check the version before using the option. Fixes kubernetes#28888
hi,I also encountered this problem, how do you solve |
log: |
Closing due to age, reopen if this is re-creatable. |
Environment: Kubernetes in AWS
Previously i tried 30+ times in version Kubernetes 1.2.4 on AWS . It works flawless all the times.
Today when i tried the same with fresh new cluster with kubernetes version 1.3.0 . The cluster initialisation loops forever for 30 minutes
kube version
I go and checked each of the nodes with "docker ps" , and all of the nodes responded.
The below are the kube-apiserver logs from Master.
In particular
While debugging the util.sh stuck at
It is not happend on the previous releases. 1.2.4
The text was updated successfully, but these errors were encountered: