amitsadaphule commented on issue #1869:
URL: https://github.com/apache/camel-k/issues/1869#issuecomment-766811960


   Thanks  @astefanutti ! Got your comment from the other issue earlier :) 
Unfortunately, I've not been able to get that to work yet. Tried passing the 
flag to the minikube start command `minikube start --driver=none 
--insecure-registry "10.0.0.0/24"`, but that does not enable the registry pods 
which cases the `./kamel install` command to fail with error:
   ```
   # ./kamel install
   Error: cannot find automatically a registry where to push images
   ```
    So, I executed `minikube addons enable registry` which started the registry 
and registry proxy pods, but resulted in the same error as before `Unknown desc 
= Error response from daemon: Get https://<SOMEIP>/v2/: dial tcp <SOMEIP>:443: 
connect: connection refused`. Trying to figure out whether the registry addon 
and the `--insecure-registry` flag passed to `minikube start` are even related 
and if so, why the 


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


Reply via email to