percona / percona-helm-charts

Collection of Helm charts for Percona Kubernetes Operators.
https://www.percona.com/software/percona-kubernetes-operators
Other
110 stars 151 forks source link

Server pods name #302

Open thiagoanegreiros opened 3 months ago

thiagoanegreiros commented 3 months ago

I'm using the https://percona.github.io/percona-helm-charts/ chart.

These are the pods that came out of it. All working local-percona-main-ps-rs0-0 local-percona-main-ps-rs0-1

The pods name are coming with the chart name local-percona-main

The cluster name rs0

and the cluster number -0 -1

Where is this "ps" coming for? The problem is sometimes it does not come with "ps" but something else entirely.

The name of the secrets as well respect this name.

Can i make it respect a single name like "local-percona-main-rs0-0" (Ignoring the random prefix)