yugabyte / yugabyte-operator

Kubernetes Operator for YugabyteDB (legacy)
65 stars 29 forks source link

WIP: Upgrade to latest version of the operator SDK #44

Open davidspek opened 2 years ago

davidspek commented 2 years ago

There's been many changes in the Operator SDK (and the underlying packages like kubebuilder and controller-runtime) since it was last upgraded. This PR is a work in progress to upgrade this operator to the latest version of the frameworks it uses. When following the migration guide, it essentially tells you to create a new project and copy over your logic into that. This isn't the first time I've done this migration, but I'm unfamiliar with this specific code base. It would probably help to have some people experienced with the code base to work together on this PR.