Can't contact our Azure-AKS kube - TLS handshake timeout

隐身守侯 提交于 2019-12-24 09:06:29

问题


Since last friday (9th) we can't contact our AKS-kube using 'kubectl'. All commands (get nodes, version, cluster-info, apply etc) results in a

'Unable to connect to the server: net/http: TLS handshake timeout'

$ curl -v hostname
* Rebuilt URL to: https://HOSTNAME.hcp.westeurope.azmk8s.io:443/
*   Trying NN.NN.NN.NN...
* Connected to HOSTNAME.hcp.westeurope.azmk8s.io (NN.NN.NN.NN) port 443 (#0)
* found 148 certificates in /etc/ssl/certs/ca-certificates.crt
* found 592 certificates in /etc/ssl/certs
* ALPN, offering http/1.1
 (waiting for almost a minute)
* gnutls_handshake() failed: The TLS connection was non-properly terminated.
* Closing connection 0
curl: (35) gnutls_handshake() failed: The TLS connection was non-properly terminated.

来源:https://stackoverflow.com/questions/48761952/cant-contact-our-azure-aks-kube-tls-handshake-timeout

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!