# 错误 can not pull image
检查 mirantis secure registry,tags 为空,重新 run pipeline 来重新部署 image
# log 检查到数据库链接失败
首先检查 database url 是否正确,之后检查本地连接,发现无法连接。之后上 do it know 查看是否 database 正常,检查到 database 被关闭。action 重启数据库
# liveness check failed
config 中有个 service 占用了 application 使用的 port,导致 application 重启失败,更改端口到 8080
# 身份验证失败
uat 环境不能登录,检查 homologation 设置,发现 k8s 设置中有两项中不同,检查并纠正