Percona error when create new postgres db

i have deployed percona everest on kubernetes dashboard
withthe main helm chart
everything running smoothly but when i try to create new postgres db i faced this issue
mean while same chart have been deployed and work fine on another env
{
“message”: “Internal error occurred: failed calling webhook "mdatabasecluster-v1alpha1.everest.percona.com": failed to call webhook: Post "https://everest-operator-webhook-service.everest-system.svc:8443/mutate-everest-percona-com-v1alpha1-databasecluster?timeout=10s\”: service "everest-operator-webhook-service" not found"
}

@mohamed It might be broken or not installed properly. Did you check the logs ? They might give some clarity.

kubectl logs -f deploy/everest-operator -n everest-system
kubectl logs -f deploy/everest-server -n everest-system
kubectl logs -f deploy/percona-postgresql-operator -n everest

Are the everest deployments and pod health fine and in ready state ?

kubectl get pod -l app.kubernetes.io/name=everest-server -n everest-system

kubectl get deploy -n everest-system
kubectl get deploy -n everest-olm
kubectl get deploy -n everest
kubectl get DatabaseCluster -n everest

Did you try re-deploying it again ? What docs or steps you referred exactly ?

it solved by patching the webhook mutation to false

Hi @mohamed ,

We should still look into why the `everest-operator-webhook-service` is not present because the mutation is required for features like data importers to work correctly. Can you please provide the following info:

  • How did you install Everest?
  • If you upgraded to 1.8.0 – how did you upgrade, and from which version?
  • Which Kubernetes version and platform are you using?