You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@camel.apache.org by GitBox <gi...@apache.org> on 2019/08/12 10:42:46 UTC

[GitHub] [camel-k] jetztgradnet commented on issue #674: kamel install not working - Error: cannot find automatically a registry where to push images

jetztgradnet commented on issue #674: kamel install not working - Error: cannot find automatically a registry where to push images
URL: https://github.com/apache/camel-k/issues/674#issuecomment-520376028
 
 
   I just had the same issue when running kamel 1.0.0-M1 with my local Docker Desktop and minikube.
   I got this resolved in minikube by enabling the registry running within minikube:
   `minikube addons enable registry`
   As this registry is not secure (i.e. either no https or self-signed certificate) you need to tell `kamel` to allow accessing this insecure registry:
   `kamel install --registry-insecure`

----------------------------------------------------------------
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


With regards,
Apache Git Services