Install Postgres Cluster in different namespace other than the operator namespace

Hello there,

I am installing Percona Postgres Operator in namespace pgo-3, and cluster in postgres-3. the operator has been deployed successfully, nothing created in postgres-3.
It seems I have to create namespace postgres-3 with pgo client other than kubectl.

Could please anyone share your thoughts?

Thanks,

Arthur

$ pgo --debug create namespace postgres-3
DEBU[0000] debug flag is set to true
DEBU[0000] in initConfig with url=https://127.0.0.1:8443
DEBU[0000] GetSessionCredentials called
DEBU[0000] PGOUSER environment variable is being used at /Users/abc/.pgo/pgouser
DEBU[0000] pgouser file found at /Users/abc/.pgo/pgouser contains admin:examplepassword
DEBU[0000] [admin examplepassword]
DEBU[0000] username=[admin] password=[examplepassword]
DEBU[0000] setting up httpclient with TLS
DEBU[0000] GetTLSTransport called
DEBU[0000] create namespace called
DEBU[0000] createNamespace called [postgres-3] []
DEBU[0000] CreateNamespace called...[https://127.0.0.1:8443/namespacecreate]
Error: Post "https://127.0.0.1:8443/namespacecreate": dial tcp 127.0.0.1:8443: connect: connection refused
1 Like