SAP / cap-operator

CAP Operator manages and automates the lifecycle of multi-tenant SAP Cloud Application Programming Model (CAP) based applications on Kubernetes.
https://sap.github.io/cap-operator/
Apache License 2.0
18 stars 6 forks source link

A new conditions that informs if all tenants are usable #95

Open Pavan-SAP opened 3 months ago

Pavan-SAP commented 3 months ago

The existing AllTenantsReady condition will be "True" whenever all tenants are already in the condition "Ready", but may not have been upgraded (e.g. a new version just got ready before all the tenants were actually starting/set to be upgraded).

To resolve this, we need a new AllTenantsUsable condition, which would be a combination of latest version Ready + all relevant tenants Ready after that.