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
Calculate module status and display as an additional (Healthy - boolean) column when listing installed modules
AC
for managed modules we could use the information about module status from Kyma CR (and avoid doing evaluation in kyma cli logic)
for modules for which management was disabled kyma cli would need to calculate the status based on module CR (status.state) or, if module doesnt come with module CR, based on manager's status ( find it first in the cluster based on module template.spec.manager).
The text was updated successfully, but these errors were encountered:
.spec.manager is not a mandatory field in the module template (also .spec.manager.namespace is not mandatory, but no default value has been documented in CRD)
Description
Calculate module status and display as an additional (
Healthy
- boolean) column when listing installed modulesAC
status.state
) or, if module doesnt come with module CR, based on manager's status ( find it first in the cluster based on module template.spec.manager
).The text was updated successfully, but these errors were encountered: