-
Notifications
You must be signed in to change notification settings - Fork 201
Description
While deploy pgbouncer in Cloud native PG for EDB , I am getting below error
kubectl logs pod/eoc-pooler-768cf5d49f-z49jj -n eocdb-cck
Defaulted container "pgbouncer" out of: pgbouncer, bootstrap-controller (init)
{"level":"info","ts":"2026-01-02T09:06:07.8442399Z","msg":"Starting EDB Postgres for Kubernetes PgBouncer Instance Manager","logger":"pgbouncer-manager","version":"1.28.0","build":{"Version":"1.28.0","Commit":"d2b15b5dd","Date":"2025-12-16"}}
{"level":"error","ts":"2026-01-02T09:06:07.8602401Z","msg":"Error while running manager","logger":"pgbouncer-manager","error":"while initializing reconciler: while reading secrets: while getting client TLS secret: resource name may not be empty","stacktrace":"github.com/cloudnative-pg/machinery/pkg/log.(*logger).Error\n\tpkg/mod/github.com/cloudnative-pg/[email protected]/pkg/log/log.go:125\ngithub.com/EnterpriseDB/cloud-native-postgres/internal/cmd/manager/pgbouncer/run.NewCmd.func2\n\tinternal/cmd/manager/pgbouncer/run/cmd.go:78\ngithub.com/spf13/cobra.(*Command).execute\n\tpkg/mod/github.com/spf13/[email protected]/command.go:1015\ngithub.com/spf13/cobra.(*Command).Execute\n\tpkg/mod/github.com/spf13/[email protected]/command.go:1148\ngithub.com/spf13/cobra.(*Command).Execute\n\tpkg/mod/github.com/spf13/[email protected]/command.go:1071\nmain.main\n\tcmd/manager/main.go:75\nruntime.main\n\t/usr/local/go/src/runtime/proc.go:285"}
I am not defining any certificate either in DB cluster or PgBouncer yaml, how to resolve the issue