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/02/22 11:42:41 UTC

[GitHub] kameshsampath opened a new issue #482: Knative minikube service failure

kameshsampath opened a new issue #482: Knative minikube service failure
URL: https://github.com/apache/camel-k/issues/482
 
 
   When running a route like 
   
   ```from("knative:channel/sortucase")
     .convertBodyTo(String.class)
     .to("log:info");
   ```
   
   The knative service fails to deploy and describing the knative service shows this error :
   
   ```
     conditions:
     - lastTransitionTime: "2019-02-22T11:32:40Z"
       message: 'Revision "print-00001" failed with message: "Unable to fetch image \"10.100.191.95/knativetutorial/camel-k-ctx-bhntq7a6pkmls1neqo4g:8281\":
         Get https://10.100.191.95/v2/: dial tcp 10.100.191.95:443: connect: connection
         timed out".'
       reason: RevisionFailed
       severity: Error
       status: "False"
       type: ConfigurationsReady
     -
   ```

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on 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