Folks, I built Camel-K from the latest master branch, but was not able to make it start on a Kubernetes cluster: << Error: failed to start container "camel-k-operator": Error response from daemon: oci runtime error: container_linux.go:247: starting container process caused "exec: \"kamel\": executable file not found in $PATH" Back-off restarting failed container >>
Needless to say, the executable seems to be in the image when I try to 'docker run' it (the image can be found at docker.io/lmorandini/camel-k:1.0.0-M2-SNAPSHOT). Any help appreciated, Luca Morandini