squakez commented on issue #3456: URL: https://github.com/apache/camel-k/issues/3456#issuecomment-1188705145
We must understand why it is failing. Can you run: ``` kubectl get events | grep camel-k-operator ``` we may see the reason of the failure. If the pod manages to start and it is some application failure, it could be interesting looking at the crashed pod log via: ``` kubectl logs [podname] -p ``` Please, report the output here and we'll try to help. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
