crossplane-contrib/provider-kubernetes

Migrate from custom ManagementPolicy to Crossplane native ManagementPolicies

lsviben opened this issue · 0 comments

What problem are you facing?

Provider-kubernetes had ManagementPolicy before it was implemented in core Crossplane. As the feature is not beta in Crossplane,
it would be good to migrate to them in provider-kubernetes.

How could Crossplane help solve your problem?

There is already an initial draft PR that bumps Objects to BETA and migrates ManagementPolices. It seems like a good way to solve this issue.