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

[Deletion Modes] Implement logic for "unmanaging" a Module #1427

Closed janmedrek closed 1 week ago

janmedrek commented 5 months ago

Description

There should be an option to unmanage a module. When unmanaged, the KLM deletes the module's ManifestCR and stops reconciling the module. However, the workload (module resources deployed to the SKR) is not affected.

Reasons

In some cases, users would like to have full control over their Modules' lifecycle.

Acceptance Criteria

Feature Testing

End-to-End tests

Testing approach

E2E Test:

Attachments

No response

jeremyharisch commented 3 months ago

Things to be clarified: