Master公共名称,内部名称,etcd成员预建的DNS记录无法解析为GCE上的Master外部IP地址

时间:2019-01-07 17:44:34

标签: kubernetes google-compute-engine kops google-cloud-dns

我使用 Kops 在GCE(Google Compute Engine)上创建了一个k8s集群。创建集群后,运行kops validate cluster命令,该命令引发以下错误。

验证期间发生意外错误:无法解析Kubernetes集群API URL dns:在x.x.x.x.254:53上查找api.apic.gcpdemo.cloudtechexpert.net:没有此类主机

我查看了在GCP上使用 Cloud DNS 服务创建的托管区域中的DNS记录,发现以下所有记录均指向我正在使用的某些随机IP地址甚至无法ping通。

我需要手动 将其指向主IP地址 吗?这是一个已知问题吗?

DNS记录

  • api.apic.gcpdemo.cloudtechexpert.net
  • api.internal.apic.gcpdemo.cloudtechexpert.net
  • etcd-a.internal.apic.gcpdemo.cloudtechexpert.net
  • etcd-events-a.internal.apic.gcpdemo.cloudtechexpert.net

0 个答案:

没有答案