【发布时间】:2021-09-22 17:22:27
【问题描述】:
我们目前仍在区域 europe-west2(伦敦)运行我们的 Kubernetes 集群,但必须使用新的 IP 地址从 europe-west3(法兰克福)进入集群。
尝试在区域europe-west2 的集群上部署我们的新入口后,我收到以下错误:
the given static IP name xyz doesn't translate to an existing static IP.
我假设 ingress 只能访问同一区域中的区域 IP 地址。
我使用以下注释:
annotations:
kubernetes.io/ingress.regional-static-ip-name: xyz
有人知道如何在europe-west2 的入口上使用来自europe-west3 的IP 地址吗?
干杯
【问题讨论】:
标签: kubernetes