Please, answer some short questions which should help us to understand your problem / question better? - **Which image of the operator are you using?** ghcr.io/zalando/postgres-operator:v1.14.0 - **Where do you run it - cloud or metal? Kubernetes or OpenShift?** azure aks 1.33.1 - **Are you running Postgres Operator in production?** yes - **Type of issue?** Bug report 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 operator logs like: ``` W0825 12:02:43.852245 1 warnings.go:70] v1 Endpoints is deprecated in v1.33+; use discovery.k8s.io/v1 EndpointSlice ```