AmitKumarDas / metac

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

feat: retry generic controller startup even if its resources are not discovered #142

Closed AmitKumarDas closed 4 years ago

AmitKumarDas commented 4 years ago

ProblemStatement: As a DevOps admin, I want to use metac for backward compatibility usecases. I want Metac to retry discovering CRDs & respective custom resources that are not yet available in the kubernetes clusters till certain other upgrade path(s) is complete. In certain cases upgrade might take few hours to few weeks or more. There might be cases where few teams want to keep using older CRDs & custom resources even after upgrading their metac controllers.

On the whole, I want metac to understand new as well as old versions of resources & even if they are not available in the kubernetes cluster.

AmitKumarDas commented 4 years ago

:tada: This issue has been resolved in version 0.4.0 :tada:

The release is available on GitHub release

Your semantic-release bot :package::rocket: