mayadata-charts

pxс-operator: A chart for installing Percona Kubernetes Operator for Percona XtraDB Cluster With OpenEBS

This chart implements the Percona XtraDB Cluster Operator deployment. Percona XtraDB Cluster is a database clustering solution for MySQL. The Operator itself can be found here:

Pre-requisites

Deployment Details

Chart Details

This chart will:

Installing the Chart

To install the chart with the pxc release name using a dedicated namespace (recommended):

helm repo add percona https://percona.github.io/percona-helm-charts/
helm install my-operator percona/pxc-operator --version 0.1.12 --namespace my-namespace

The chart can be customized using the following configurable parameters:

Parameter Description Default
image.repository PXC Operator Container image name percona/percona-xtradb-cluster-operator
image.tag PXC Operator Container image tag 1.8.0
image.pullPolicy PXC Operator Container pull policy Always
image.pullSecrets PXC Operator Pod pull secret []
replicaCount PXC Operator Pod quantity 1
     

Specify parameters using --set key=value[,key=value] argument to helm install

Alternatively a YAML file that specifies the values for the parameters can be provided like this:

helm install pxc-operator -f values.yaml mayadata/percona-openebs