Failed to pull image for pgo-client

Hello there,
I am installing pgo-client container with Postgres Operator, but it failed because:

Failed to pull image "percona/percona-postgresql-operator/pgo-client:1.2.0": rpc error: code = Unknown desc = Error reading manifest 1.2.0 in registry.centos.org/percona/percona-postgresql-operator/pgo-client: manifest unknown: manifest unknown

And tried to install pgo-client inside Operator Pod, but nothing installed.

Could anyone advise how it can be installed?

Thanks,

Arthur

1 Like

Hi @A_Niu ,

We do not support pgo cli. Please use Custom Resource to create the cluster.

1 Like

Hello Slava,
Thanks for your clarification. Will it be support in future release?

Currently could your development team to remove PGO client related entries from values.yaml for operator? At least add comments to let user know PGO client not supported.

Thanks,

Arthur

1 Like

Hi @A_Niu ,

We do not think that it is nice idea to have any cli for operators that is why we do not have any plans to do it. As you know the best practice is to do everything via CRD. That is why we improved CR for PG operator and continue doing it. And you are right we need to remove all unneeded options from values.yaml. Thanks.

Thanks @Slava_Sarzhan