OT-CONTAINER-KIT / redis-operator

A golang based redis operator that will make/oversee Redis standalone/cluster/replication/sentinel mode setup on top of the Kubernetes.
https://ot-redis-operator.netlify.app/
Apache License 2.0
793 stars 217 forks source link

migration to go/v4 #759

Open amghazanfari opened 8 months ago

amghazanfari commented 8 months ago

Is your feature request related to a problem? Please describe. currently kubebuilder uses go/v4 and go/v3 is deprecated. as deprecation notice says The go/v3 cannot scaffold projects using kustomize versions v4x+ and cannot fully support Kubernetes 1.25+

Describe the solution you'd like we need to migrate from go/v3 to go/v4

Describe alternatives you've considered if no one working on migration I'll be happy to work on it, or if there is a branch for this problem please tell name of branch so i contribute on it

What version of redis-operator are you using? latest version

evrardjp commented 5 months ago

+1 on this.

drivebyer commented 3 months ago

Contribution is welcome!