NAME: pxc-operator LAST DEPLOYED: Sun Apr 19 13:34:38 2026 NAMESPACE: openstack STATUS: deployed REVISION: 1 TEST SUITE: None NOTES: 1. Percona Operator for MySQL is deployed. Check if operator Pod is running: kubectl get pods -l app.kubernetes.io/name=pxc-operator --namespace openstack Troubleshoot by checking the logs: export POD=$(kubectl get pods -l app.kubernetes.io/name=pxc-operator --namespace openstack --output name) kubectl logs $POD --namespace=openstack 2. Deploy the cluster with the following command: helm install my-db percona/pxc-db --namespace=openstack Read more in our documentation: https://docs.percona.com/percona-operator-for-mysql/pxc/