astefanutti edited a comment on issue #1902: URL: https://github.com/apache/camel-k/issues/1902#issuecomment-766814544
I suspect the `--registry localhost:5000` option isn't right. For a Kubernetes pod, `localhost` is used for _internal_ container-to-container communication, between the pod's containers. So even if that's a single-node cluster, `localhost` won't resolve to the node host, but rather be different for each pod. Taking as an example Minikube, a Service exposes the registry pod, and that Service ClusterIP is used to reach the registry from within the Camel K builder. ---------------------------------------------------------------- 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: us...@infra.apache.org