You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@camel.apache.org by GitBox <gi...@apache.org> on 2019/04/05 09:11:06 UTC

[GitHub] [camel-k] nicolaferraro commented on issue #588: camel-k groovy, jvm, spring-boot gives error pushing image

nicolaferraro commented on issue #588: camel-k groovy, jvm, spring-boot gives error pushing image
URL: https://github.com/apache/camel-k/issues/588#issuecomment-480205277
 
 
   Hi @BuddhiWathsala, the last error message:
   
   ```
   error pushing image: failed to push to destination index.docker.io/default/camel-k-jvm:104686: unsupported status code 401; body: 
   ```
   
   Indicates that `index.docker.io` is set on the integrationplatform as target registry.
   
   Did you follow the [guidelines for installing camel k on minikube](https://github.com/apache/camel-k/blob/master/docs/cluster-setup.adoc)?
   Especially, before doing `kamel install` you should enable the **registry addon**, then the `kamel` CLI should be able to auto-configure it.
   
   If you haven't done so, you can try to [uninstall](https://github.com/apache/camel-k#uninstalling), enable the registry addon and `kamel install` again.
   
   Let us know!

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