Raj Das
Raj Das
Hi @QAInsights , Are you able to list projects- `litmusctl get projects`
cc: @uditgaurav @gdsoumya
The backend endpoint is not accessible. Can you ping/curl- `http:///api/query`? > Expected: output: {"errors":[{"message":"operation not found"}],"data":null}
Hi all, Any update on this issue? Really need this feature, currently, no golang graphql client provide this feature.
Hi @TidalPoo , Subscriber pod always connected with litmusportal-server pod by svc/ingress. Looks like `192.168.49.2` is the minikube IP and `31769` is the port of litmusportal-server. As per the logs...
Hi @TidalPoo, To connect the agent host to the control plane, the IP and port of the litmusportal server should be accessible by the agent host. In your case agent...
Okay @TidalPoo, There is `configmap` called `agent-config`. Inside that configmap, set `SERVER_ADDR` to `http://x.x.x.x:8080/api/query` and restart the subscriber pod.
Just checking, Have you replace http://x.x.x.x:8080/api/query with your IP like- http://:8080/api/query example- http://10.2.3.31:8080/api/query
It's another way to connect with the control plane, so it should be `http://minikubeip:/api/query`