You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 19, 2024. It is now read-only.
This is the follow-up of improving Operator Status topic.
For the time being the only information we can obtain from the Status is where the operator succeeded with creation runtime objects (Deployments, Services, default configurations etc)
Ideally, the Status should NOT be overloaded but contain enough information for User and dependent code to make it clear:
What's going on with runtime and where to see more detailed information if something going wrong.
How to reach Backstage application (best effort of exposing direct URL or some hints how to obtain it)
What configuration objects (ConfigMaps, Secrets) take part in Backstage Application config
As part of the Level 2 Capability Level, the operator should convey inability to manage an unsupported version of the Operand in the status section of the CR
... (not limited to)
The text was updated successfully, but these errors were encountered:
This is the follow-up of improving Operator Status topic.
For the time being the only information we can obtain from the Status is where the operator succeeded with creation runtime objects (Deployments, Services, default configurations etc)
Ideally, the Status should NOT be overloaded but contain enough information for User and dependent code to make it clear:
The text was updated successfully, but these errors were encountered: