AKS api服务器没有响应(西欧)

时间:2018-06-05 21:56:21

标签: azure-container-service

我们在西欧地区有几个AKS集群,但其中一个突然停止工作。 api服务器没有响应任何请求。我在天蓝色门户网站上看不到任何错误或警告。工作节点仍在运行,但我无法管理它们......

$ kubectl get nodes
Unable to connect to the server: net/http: TLS handshake timeout

$ curl https://stratus-d1ea6a50.hcp.westeurope.azmk8s.io/
curl: (35) gnutls_handshake() failed: The TLS connection was non-properly terminated.

Normaly必须响应get请求(这是该地区的另一个群集):

curl https://stratus-pre-refsol-e5a99974.hcp.westeurope.azmk8s.io --insecure
{
  "kind": "Status",
  "apiVersion": "v1",
  "metadata": {

  },
"status": "Failure",
"message": "Unauthorized",
"reason": "Unauthorized",
"code": 401
}

您有什么建议我该如何修复此群集?

0 个答案:

没有答案