azimuth-cloud / azimuth-caas-operator

K8s operator to create ansible based clusters using K8s CRDs
Apache License 2.0
1 stars 2 forks source link

Retry delete jobs at least once #52

Open JohnGarbutt opened 1 year ago

JohnGarbutt commented 1 year ago

There is no simple way for a user to retry failed delete job. For create they can just click patch.

Given delete is generally more idempotent than create, lets retry delete by default.

Maybe we should probably allow a template to request a non-default number of create and delete retries?