Closed hemanik closed 6 years ago
I am not sure if this is a good example since it uses a service but no pod, and creates a load balancer which maybe creates some kind of conflicts, I would suggest trying with https://github.com/kubernetes/examples/blob/master/guestbook/all-in-one/guestbook-all-in-one.yaml tutorial is https://github.com/kubernetes/examples/tree/master/guestbook/
@lordofthejars, even changing the example doesn't resolve the issue. The same error is returned. The problem is in the SessionManager Class, the configuration file is read but the resources are not in the ready.
I have updated the above sample example with the new project for reference.
Ok I'll take a look and see if we need help from f8 mates.
Check issue: https://github.com/arquillian/arquillian-cube/issues/852 for resolution.
Issue Overview
I am trying to test the Nginx Server Deployment done via Kubernetes using Arquillian Kubernetes Extension but I get the error message saying the resources are not ready.
When trying manually, it works fine.
Expected Behaviour
The service should be started and the tests should pass.
Current Behaviour
The tests fail with the error message as
Steps To Reproduce
minikube start
command