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

Flapping state of module in kyma-CR #1080

Closed k15r closed 7 months ago

k15r commented 10 months ago

Description

If a module goes into warning state during deletion the kyma-CR will report it alternating Is Deleting and Warning

Steps to reproduce

eg: install nats module create resources on nats:

it will go into warning state as the manager will not remove the reconciler (resources exist on the nats cluster) the result can be seen in the attachment

Environment Type

Managed

Environment Info

Kubernetes Version: x.y.z Docker Version: x.y.z Kyma CLI Version: x.y.z If used - k3d/k3s/minikube versions

Attachments

https://github.com/kyma-project/lifecycle-manager/assets/292906/169ce74e-3bc6-41f7-b065-27fd10fdd38a

lindnerby commented 9 months ago

We agreed on investigating the root cause of this behaviour estimate it to 1. Follow-up issue for the fix will be linked here as well.

jeremyharisch commented 7 months ago

After investigating into this Issue I have the following conclusion:

Acceptance Criterias:

jeremyharisch commented 7 months ago

Template-Operator Changes will be done in https://github.com/kyma-project/template-operator/issues/147 Unitl then this issue is blcoked.