bruno63 opened a new issue #853: Error pushing image to camel-k-ctx
URL: https://github.com/apache/camel-k/issues/853
 
 
   Have installed Camel-K on minikube (macos Catalina 10.15 beta) like this:
   ```
   minikube start —vm-driver hyperkit
   minikube addons enable registry
   kamel install --cluster-setup
   kamel install
   ```
   everything ok so far, no errors.
   
   Starting the simple example (kamel run helloworld.groovy) fails with
   
   ```
   error pushing image: failed to push to destination 
10.107.193.242/default/camel-k-ctx-bkrdq13bk2vlabjbj540:881: Head 
http://10.107.193.242/v2/default/camel-k-ctx-bkrdq13bk2vlabjbj540/blobs/sha256:05edc034e41df2d2ad717d7c25fc8cb67a6d4ff3cce444fdf5d52138d5ebd7d2:
 dial tcp 10.107.193.242:80: connect: connection refused
   ```
   
   It is the same error message as in 
[Issue-798](https://github.com/apache/camel-k/issues/798). Trying to start 
minikube with the extra-config did not help either:
   
   minikube start 
--extra-config=apiserver.enable-admission-plugins="LimitRanger,NamespaceExists,NamespaceLifecycle,ResourceQuota,ServiceAccount,DefaultStorageClass,MutatingAdmissionWebhook"
 —vm-driver hyperkit
   The error remained the same.
   Same behaviour also when trying to run other examples.
   
   Full log of camel-k-ctx pod (from kaniko):
   

----------------------------------------------------------------
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:
[email protected]


With regards,
Apache Git Services

Reply via email to