【发布时间】:2018-01-09 11:43:20
【问题描述】:
我按照快速入门文档 (here) 在西欧地区部署了一个 k8s 集群。集群启动正常,但我无法使用 kubectl 连接到它 - kubectl 在尝试执行 TLS 握手时超时:
Unable to connect to the server: net/http: TLS handshake timeout
There is currently a github issue where others are reporting the same problem.
根据线程上的一些建议,我尝试从 1.8.1 升级到 1.8.2,但失败了:
bash-4.3# az aks upgrade --resource-group=k8s --name=phlo -k 1.8.2
Kubernetes may be unavailable during cluster upgrades.
Are you sure you want to perform this operation? (y/n): y
/ Running ..
Deployment failed. Correlation ID: <redacted>. Operation failed with status: 200. Details: Resource state Failed
根据 github 线程上的其他人,这似乎是一个特定于区域的问题。
【问题讨论】:
标签: azure kubernetes azure-container-service