Hello,We are trying to use Fabric8-Arquillian for Integration testing and it works fine with the Fabric8 Vagrant image which includes OpenShift, but we're having problems running it against a Vanilla Kubernetes cluster. The problem is that the io.fabric8.arquillian.kubernetes.SessionListener tries to create routes for services (line 261) and then fails when the SessionListener uses the io.fabric8.kubernetes.api.Controller to apply the routes.
Is there any way to do run this against Vanilla Kubernetes or is OpenShift actually needed? Also, why does it need to create routes? Isn't everything running inside K8s, so it doesn't need to create them?
--
You received this message because you are subscribed to the Google Groups "fabric8" group.
To unsubscribe from this group and stop receiving emails from it, send an email to fabric8+u...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
--
You received this message because you are subscribed to the Google Groups "fabric8" group.
To unsubscribe from this group and stop receiving emails from it, send an email to fabric8+u...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.