pgv2.percona.com/v2 PerconaPGCluster doesnt handle the replicaCertCopy sidecar resources #706
Labels
bug
Something isn't working
Content-Length: 206760 | pFad | http://github.com/percona/percona-postgresql-operator/issues/706
31Fetched URL: http://github.com/percona/percona-postgresql-operator/issues/706
Alternative Proxies:
Report
When attempting to create a PerconaPGCluster we need to set the resource and limits on all pods/containers, I can see the that postgresclusters.postgres-operator.crunchydata.com has the ability to set the ReplicaCertCopy resources and seems to be documented https://github.com/percona/percona-postgresql-operator/blob/main/docs/content/tutorial/resize-cluster.md
Tho when attempting to add this to the PerconaPGCluster resource i seem to get errors of the below 2 variants depending how i try to add this in.
Or
Ive checked the CRD for the PerconaPGCluster and there isnt a way that this can be set at any levels at the moment within the yaml files.
I can see the the Crunchy data operators have the
https://github.com/percona/percona-postgresql-operator/blob/main/pkg/apis/postgres-operator.crunchydata.com/v1beta1/postgrescluster_types.go#L534
While the PerconaPGCLuster only implements the core.Container type from the k8s client library's
https://github.com/percona/percona-postgresql-operator/blob/main/pkg/apis/pgv2.percona.com/v2/perconapgcluster_types.go#L524
There also doesnt appear to be any methods on the
https://github.com/percona/percona-postgresql-operator/blob/main/pkg/apis/postgres-operator.crunchydata.com/v1beta1/postgrescluster_types.go#L534
to have similar functionality exposed
More about the problem
See above
Steps to reproduce
Versions
Anything else?
No response
The text was updated successfully, but these errors were encountered: