我正在尝试使用启用 Anthos 的 GKE 上的 Cloud Run 部署容器。我正在关注代码实验室https://codelabs.developers.google.com/codelabs/cloud-run-gke。
当我在 Google 控制台中创建容器时,我看到创建了 pod,但它在“路由流量”阶段卡住了“等待负载均衡器准备就绪”状态。我包括以下事件的输出。
Status:
Address:
URL: http://hello-run.default.svc.cluster.local
Conditions:
Last Transition Time: 2020-09-09T02:16:13Z
Status: True
Type: ConfigurationsReady
Last Transition Time: 2020-09-09T02:16:14Z
Message: Waiting for load balancer to be ready
Reason: Uninitialized
Status: Unknown
Type: Ready
Last Transition Time: 2020-09-09T02:16:14Z
Message: Waiting for load balancer to be ready
Reason: Uninitialized
Status: Unknown
Type: RoutesReady
Latest Created Revision Name: hello-run-00001-qaz
Latest Ready Revision Name: hello-run-00001-qaz
Observed Generation: 1
Traffic:
Latest Revision: true
Percent: 100
Revision Name: hello-run-00001-qaz
URL: http://hello-run.default.example.com
Events:
Type Reason Age From Message
---- ------ ---- ---- -------
Normal Created 7m59s service-controller Created Configuration "hello-run"
Normal Created 7m59s service-controller Created Route "hello-run"
有没有人遇到过这种情况?