安东尼 "Unreachable Agent - please check if GKE Connect Agent is deployed correctly."
Anthos "Unreachable Agent - please check if GKE Connect Agent is deployed correctly."
我已使用来自 official guide 的简单命令成功创建了 Anthos 集群。
不幸的是,我在 GCP 控制台中收到以下错误:
Unreachable Agent - please check if GKE Connect Agent is deployed correctly.
另一方面,AWS 上的控制平面运行良好,有 运行 kubelets、kube-api-servers、gke_multicloud_agent 和其他 Kubernetes 相关进程。
此外,我已经为这个集群授权了 Cloud Logging,但只收到 2 种类型的错误。不幸的是,我很确定这两个与 GKE Connect 代理错误无关:
unable to retrieve the complete list of server APIs: metrics.k8s.io/v1beta1: the server is currently unable to handle the request
&
loading OpenAPI spec for "v1beta1.metrics.k8s.io" failed with: failed to retrieve openAPI spec, http error: ResponseCode: 503, Body: service unavailable
有谁知道我应该如何调试 GKE Connect Agent 连接问题?
问题已通过官方 terraform anthos-samples.
解决
Connect Agent pod 似乎会在 node-pool 创建后安装在其中一个节点上。
official guide 有点误导,因为它没有提到仅 control-plane up 和 运行.
Connect Agent 将不存在
我已使用来自 official guide 的简单命令成功创建了 Anthos 集群。
不幸的是,我在 GCP 控制台中收到以下错误:
Unreachable Agent - please check if GKE Connect Agent is deployed correctly.
另一方面,AWS 上的控制平面运行良好,有 运行 kubelets、kube-api-servers、gke_multicloud_agent 和其他 Kubernetes 相关进程。
此外,我已经为这个集群授权了 Cloud Logging,但只收到 2 种类型的错误。不幸的是,我很确定这两个与 GKE Connect 代理错误无关:
unable to retrieve the complete list of server APIs: metrics.k8s.io/v1beta1: the server is currently unable to handle the request
&
loading OpenAPI spec for "v1beta1.metrics.k8s.io" failed with: failed to retrieve openAPI spec, http error: ResponseCode: 503, Body: service unavailable
有谁知道我应该如何调试 GKE Connect Agent 连接问题?
问题已通过官方 terraform anthos-samples.
解决Connect Agent pod 似乎会在 node-pool 创建后安装在其中一个节点上。
official guide 有点误导,因为它没有提到仅 control-plane up 和 运行.
Connect Agent 将不存在