apache / rocketmq-operator

Apache RocketMQ Operator
https://rocketmq.apache.org/
Apache License 2.0
309 stars 126 forks source link

why operator pod restarts several times #153

Open huaibaowu opened 1 year ago

huaibaowu commented 1 year ago

We deploy RocketMQ in k8s in gcloud and find the operator pod has restarted several times. We don't know why.

image image image

caigy commented 1 year ago

Please run kubectl describe po {YOUR_POD_NAME} to check if any error events. Also run kubectl logs {YOUR_POD_NAME} to find if there're any error messages.