繁体   English   中英

Kubernetes集群从Google Container Engine中消失了

[英]Kubernetes cluster disappeared from Google Container Engine

在过去的几周里,我一直在Kubernetes上运行一个应用程序非常顺利,直到今天我发现我的Kubernetes主人不再可用。

但是应用程序仍在运行 ,似乎是因为群集的节点仍可在Google Compute Engine中使用:

gcloud计算引擎节点

(除了我们的K8s群集,我们不使用任何计算实例。)

我的gcloud CLI具有所有正确的配置:

$ gcloud config list
Your active configuration is: [default]

[compute]
...
[container]
use_client_certificate = True
[core]
account = {email}
disable_usage_reporting = True
project = {myproject}

甚至我的kubectl CLI也配置为使用曾经存在的集群:

$ kubectl config current-context
gke_{myproject}_us-central1-a_{clustername}

但任何kubectl调用都会导致超时。

$ kubectl get pods
Unable to connect to the server: dial tcp {ipv4 address}:443: i/o timeout

gcloud和Google容器引擎Web UI都同意没有集群:

$ gcloud container clusters list
*crickets*

我与Google支持联系以解决此问题。 集群的主实例被错误地标记为滥用,并且主服务器被删除。 谷歌能够恢复它。 之后,有一个进程将群集恢复到正常状态。

我想这里的解决方案是联系支持。

暂无
暂无

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM