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/08/16 15:22:06 UTC

[GitHub] [camel-k] Emmanuel35 commented on issue #1661: Unable to install camel-k with Google Kubernetes Engine

Emmanuel35 commented on issue #1661:
URL: https://github.com/apache/camel-k/issues/1661#issuecomment-674539723


   Hi Mathieu,
   
   Please use this command with 
   + insecure connection to your registry
   + use Kaniko cache
   
   ```
   kamel install \
     --registry eu.gcr.io \
     --organization omega-lab-e5727d \
     --registry eu.gcr.io \
     --registry-insecure \
     --registry-secret kaniko-secret \
     --kaniko-build-cache \
     --build-publish-strategy Kaniko 
   ```
   
   This shoud works.


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