1.11. 改进了 Backstage 自定义资源的状态条件
在这个版本中,改进了由 Developer Hub Operator 管理的 Backstage 自定义资源中的状态条件,从而更加清晰地了解应用程序的可用性。
在 Deployed 条件下引进了新的 DeployInProgress reason。当应用程序仍然启动且没有完全可用时,会出现它。现在,Deployed 原因只反映 Developer Hub 应用程序何时完全启动并运行所需的副本数,从而提高了部署期间的可见性。例如:
状态条件示例
Status:
Conditions:
Last Transition Time: 2025-03-10T17:09:22Z
Message: Deployment status: Available: Deployment does not have minimum availability. Progressing: ReplicaSet "backstage-bs1-674476fd67" is progressing.
Reason: DeployInProgress
Status: False
Type: Deployed
...
Status:
Conditions:
Last Transition Time: 2025-03-10T17:14:43Z
Message:
Reason: Deployed
Status: True
Type: Deployed