-
Notifications
You must be signed in to change notification settings - Fork 67
Support cluster deletion in reconciler #200
Comments
Needed for rma (runtime-monitoring-agent) reconciler, watching |
Proposal for deletion:
|
Additional requirements:
|
Couple of more requirements:
|
Hi @rakesh-garimella, |
Fast deletion mentioned in the AC and by @pbochynski will be done in a separate story as agreed in the team. |
Hello, I undeployed and then deployed Kyma again, and the installation failed at the cluster essentials step.
|
Description
The reconciler has to offer the option to delete a Kyma installation on a cluster. The design approach to use component reconcilers for component-specific operations has to be reused. Each component reconciler has to be able to modify the regular deletion process by custom hooks (pre, post-hooks etc.).
AC
delete_pending
)delete_error
,delete_ready
)--force --timeout 0
) and finalizers (if some resources are not deletable)Reasons
Support of a clean deletion process for KYMA.
Notes
The text was updated successfully, but these errors were encountered: