wave-k8s / wave

Kubernetes configuration tracking controller
Apache License 2.0
646 stars 82 forks source link

Can't deploy helm chart on k8s version >v1.22 #133

Closed acm-073 closed 8 months ago

acm-073 commented 1 year ago

Hello,

the wave helm chart (latest published version is 2.0.0) uses the deprecated API rbac.authorization.k8s.io/v1beta1 for the ClusterRole and ClusterRoleBinding objects. This API is not served anymore on kubernetes versions 1.22 and above, so it's not possible to deploy wave with the helm chart on these clusters.

Since there are no notable changes between rbac.authorization.k8s.io/v1beta1 and rbac.authorization.k8s.io/v1, the only thing that needs to be changed is the actual API version.

It would be great if we could get an updated chart published some time soon.

Thanks!

uwebartels commented 10 months ago

same for me. Is this project dead? Updating the helm chart is not too hard, but the Dockerfile is not building either.

Step 7/15 : RUN dep ensure --vendor-only ---> Running in 6aa31cf48f13 grouped write of manifest, lock and vendor: error while writing out vendor tree: failed to write dep tree: failed to export github.com/kubernetes-sigs/kubebuilder: fatal: failed to unpack tree object 29bccabffb065deea1c4cb3273313b615996588a : exit status 128

here I am out...

acm-073 commented 10 months ago

This project seems surely to be dead. I found https://github.com/stakater/Reloader to be a viable alternative.

uwebartels commented 10 months ago

nice. thanks. I'll check it out.

github-actions[bot] commented 8 months ago

This issue has been inactive for 60 days. If the issue is still relevant please comment to re-activate the issue. If no action is taken within 7 days, the issue will be marked closed.

toelke commented 4 months ago

I merged #112 to fix this.