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 2020/02/19 17:39:31 UTC

[GitHub] [camel-k] tanmoyrsc opened a new issue #1282: Kaniko in builder pod failed to push image to docker registry

tanmoyrsc opened a new issue #1282: Kaniko in builder pod failed to push image to docker registry
URL: https://github.com/apache/camel-k/issues/1282
 
 
   I am getting below error in builder pod, where Kaniko failed to push the images to local registry. please help to solve this issue.
   
   camel-k installation command:
   kamel install --registry-insecure true --registry 10.35.110.195:5000 --http-proxy-secret kamel-proxy --maven-settings=configmap:maven-settings/settings.xml --kaniko-build-cache=false -n service-integration
   
   creating simple Hello world java camel integration.
   kamel run -n service-integration Sample.java
   
   Error in pod:-
   error checking push permissions -- make sure you entered the correct tag name, and that you are authenticated correctly, and try again: checking push permission for "10.35.110.195:5000/service-integration/camel-k-kit-bp62q43fet3g2cld1sgg:44220091": creating push check transport for 10.35.110.195:5000 failed: Get http://10.35.110.195:5000/v2/: dial tcp 10.35.110.195:5000: connect: connection refused
   
   Br,
   Tanmoy

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