VictoriaMetrics / operator

Kubernetes operator for Victoria Metrics
Apache License 2.0
422 stars 140 forks source link

Upgrade the controller runtime #878

Closed cedericboersting closed 6 months ago

cedericboersting commented 6 months ago

Since the update 0.15 of the controller runtime there is a breaking change in the admission.Validator for the webhooks. The signature of this method added another return type.

https://github.com/kubernetes-sigs/controller-runtime/blob/main/pkg/webhook/admission/validator.go

The new signature is: ValidateCreate() (admission.Warnings, error)

f41gh7 commented 6 months ago

related issue https://github.com/VictoriaMetrics/operator/issues/859

f41gh7 commented 6 months ago

upgraded at v0.42.0 release