nicolaferraro commented on issue #189: Creating Ingress and services with 
Kubernetes 
URL: https://github.com/apache/camel-k/issues/189#issuecomment-432124753
 
 
   Hi @kasun04, Camel K needs a docker registry to push images to. That's why 
for local development it's better to use Minikube, because you can install a 
default registry through a Minikube addon.
   Is a docker registry present in your dev-env?
   
   Also, can you inspect the status of the platform objects?
   
   ```
   kubectl get integrationplatform -o yaml
   kubectl get integrationcontext -o yaml
   kubectl get integration -o yaml
   ```
   
   I suspect that the platform is not "Ready" because it cannot push the 
context images.

----------------------------------------------------------------
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:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to