You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by GitBox <gi...@apache.org> on 2021/01/25 13:33:32 UTC

[GitHub] [camel-k] astefanutti edited a comment on issue #1902: Installing Camel-K operator on Docker for Desktop with Kubernetes cluster enabled

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:
users@infra.apache.org