Seems the operator will have some problems with k8s 1.33+ as the Endpoints api is deprecated and replaced by EndpointSlice. I get a lot of warnings in the logs like: ``` W0825 10:03:31.749510 1 warnings.go:70] v1 Endpoints is deprecated in v1.33+; use discovery.k8s.io/v1 EndpointSlice ```