7.2. 导航到 Red Hat Quay 健康检查端点
使用以下步骤导航到 实例 端点。对于 端到端 和警告 端点,这个过程可以重复。
流程
-
在 Web 浏览器中,导航到
https://{quay-ip-endpoint}/health/instance。 您使用健康实例页面,它会返回类似如下的信息:
{"data":{"services":{"auth":true,"database":true,"disk_space":true,"registry_gunicorn":true,"service_key":true,"web_gunicorn":true}},"status_code":200}{"data":{"services":{"auth":true,"database":true,"disk_space":true,"registry_gunicorn":true,"service_key":true,"web_gunicorn":true}},"status_code":200}Copy to Clipboard Copied! Toggle word wrap Toggle overflow 对于 Red Hat Quay,
"status_code": 200表示实例是健康的。相反,如果您收到"status_code": 503,则部署有问题。