- android - 多次调用 OnPrimaryClipChangedListener
- android - 无法更新 RecyclerView 中的 TextView 字段
- android.database.CursorIndexOutOfBoundsException : Index 0 requested, 光标大小为 0
- android - 使用 AppCompat 时,我们是否需要明确指定其 UI 组件(Spinner、EditText)颜色
我按照此处的说明设置了负载均衡器:
https://cloud.google.com/nodejs/getting-started/run-on-compute-engine#multiple_instances
我的实例工作正常,可以通过 inst.ance.ip.addr:8080 访问它们并在根发送 200
负载均衡器显示:
错误:服务器错误
服务器遇到临时错误,无法完成您的请求。请在 30 秒后重试。
此外,健康检查总是返回 UNHEALTHY:
$gcloud 计算后端服务 get-health api-service
后端:https://www.googleapis.com/compute/v1/projects/#####/zones/us-central1-f/instanceGroups/api-server地位: 健康状况: - 健康状态:不健康 实例:https://www.googleapis.com/compute/v1/projects/#####/zones/us-central1-f/instances/api-server-jg2e 端口:8080 - 健康状态:不健康 实例:https://www.googleapis.com/compute/v1/projects/#####/zones/us-central1-f/instances/api-server-taxd 端口:8080 种类:compute#backendServiceGroupHealth
我重复了二十次设置过程,从创建模板到防火墙规则。这样做时完全没有错误。我可以在谷歌云控制台的用户界面中验证所有内容。
我要疯了。
最佳答案
提交票证并完成他们的响应后,提供调试博客条目。
我们的问题最终是“失败 2”。重新启动服务器后,必要的路由不存在。然而,做完之后:
/etc/init.d/google-address-manager restart
必要的路线已填充,健康检查良好,然后通过公共(public)访问提供服务。
我从
获取了补丁https://github.com/GoogleCloudPlatform/compute-image-packages/releases
并安装了启动脚本和守护程序包。
希望有帮助。
附加说明:此时我们正在运行已完全修补的 Debian 8
关于node.js - GCE Http 负载均衡器未到达实例 - 不健康,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/36685760/
我是一名优秀的程序员,十分优秀!