blob: 619fbd1606008a76b28e1abc659b60883994c0cf [file] [log] [blame]
okozachenko1203b7c2d322023-07-05 11:09:15 +000011. Percona Operator for MySQL is deployed.
2
3 Check if operator Pod is running:
4
5 kubectl get pods -l app.kubernetes.io/name={{ template "pxc-operator.name" . }} --namespace {{ .Release.Namespace }}
6
7 Troubleshoot by checking the logs:
8
Mohammed Nasere04accd2023-01-15 20:07:27 -05009 export POD=$(kubectl get pods -l app.kubernetes.io/name={{ template "pxc-operator.name" . }} --namespace {{ .Release.Namespace }} --output name)
okozachenko1203b7c2d322023-07-05 11:09:15 +000010 kubectl logs $POD --namespace={{ .Release.Namespace }}
11
122. Deploy the cluster with the following command:
13
14 helm install my-db percona/pxc-db --namespace={{ .Release.Namespace }}
15
16Read more in our documentation: https://docs.percona.com/percona-operator-for-mysql/pxc/