Closed zdicesare closed 6 years ago
I added the WIP marker to the title for the same reason as https://github.com/jaegertracing/jaeger-kubernetes/pull/87#issuecomment-389445294
Build will fail until 1.6 images are out
@zdicesare @jpkrohling
Collector service failed to start,
container_linux.go:247: starting container process caused "exec: \"--config-file=/conf/collector.yaml\": stat --config-file=/conf/collector.yaml: no such file or directory"
Query service failed to start,
container_linux.go:247: starting container process caused "exec: \"--config-file=/conf/query.yaml\": stat --config-file=/conf/query.yaml: no such file or directory"
Sorry about that @jkandasa, should be resolved now.
@zdicesare np. Thank you! I see some test failures. I will check it and update here.
@jpkrohling @zdicesare Tested this on another OpenShift environment, all works well. from test side LGTM!
Jaeger containers were changed to no longer require the path to the executable as an argument to docker run, so remove all instances of executable path
Signed-off-by: Zachary DiCesare zachary.v.dicesare@gmail.com