Mohammed Naser | e04accd | 2023-01-15 20:07:27 -0500 | [diff] [blame] | 1 | 1. pxc-operator deployed. |
2 | If you would like to deploy an pxc-cluster set cluster.enabled to true in values.yaml | ||||
3 | Check the pxc-operator logs | ||||
4 | export POD=$(kubectl get pods -l app.kubernetes.io/name={{ template "pxc-operator.name" . }} --namespace {{ .Release.Namespace }} --output name) | ||||
5 | kubectl logs $POD --namespace={{ .Release.Namespace }} |