kyma-project / lifecycle-manager

Controller that manages the lifecycle of Kyma Modules in your cluster.
http://kyma-project.io
Apache License 2.0
10 stars 30 forks source link

Lifecycle Manager delivery #13

Closed tobiscr closed 1 year ago

tobiscr commented 2 years ago

Description The Lifecycle Manager is an essential component in the new reconciler architecture. It is following the K8s operator pattern reacting on data changes (defined in CRs).

The Lifecycle manager is responsible for the lifecycle management of Kyma installations (respectively the components configured for a Kyma cluster) and determining the Kyma installation status (aka. cluster status).

Acceptance criteria

Issues https://github.com/kyma-project/kyma/issues/13759

Appendix

kyma-bot commented 1 year ago

This issue or PR has been automatically marked as stale due to the lack of recent activity. Thank you for your contributions.

This bot triages issues and PRs according to the following rules:

You can:

If you think that I work incorrectly, kindly raise an issue with the problem.

/lifecycle stale

janmedrek commented 1 year ago

Documentation was recently merged and includes all the architectural and user documentation. Regarding the audit logs - all the operations are executed via the K8S API server, which is already accounted for in the audit logging configuration.