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


With regards,
Apache Git Services

Reply via email to