astefanutti commented on issue #982: Operator fails on minikube URL: https://github.com/apache/camel-k/issues/982#issuecomment-538332457 The `exec user process caused "exec format error"` happens when you've built the operator binary on another platform than the Linux one, which is the target platform when running in Minikube. I assume you're on another platform than Linux, so you can do: ``` $ GOOS=linux make images ```
---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
