AmitKumarDas / metac

It is metacontroller and more
Apache License 2.0
57 stars 16 forks source link

add `run to completion` option for metac process #69

Open AmitKumarDas opened 4 years ago

AmitKumarDas commented 4 years ago

UserStory: As a developer/admin, I want to develop my uninstall logic based on metac. I would like the logic to be run as a kubernetes job & mark completion of uninstall when this job is completed. This ensures the job's pod & associated resources (cpu, memory) are freed up. Current version of metac does not have a way to stop the reconciliation completely & subsequently stop the main process which is required to mark a Kubernetes job as completed.