Closed
Description
What happened:
I am trying to install LitmusChaos on AWS EKS. The agent status is shown as pending. Upon checking the subscriber-agent
log, it is displaying the below error.
time="2022-05-20T03:21:02Z" level=info msg="Go Version: go1.16.15"
time="2022-05-20T03:21:02Z" level=info msg="Go OS/Arch: linux/amd64"
time="2022-05-20T03:21:02Z" level=info msg="All agent deployments are up"
time="2022-05-20T03:21:02Z" level=info msg="Starting the subscriber"
time="2022-05-20T03:21:32Z" level=fatal msg="Failed to confirm cluster" data= error="Post \"http://3.12.155.46:31093/query\": dial tcp 3.12.155.46:31093: i/o timeout"
What you expected to happen:
Subscriber agent should be up and running without any issues.
Where can this issue be corrected? (optional)
NA
How to reproduce it (as minimally and precisely as possible):
- Apply
kubectl apply -f https://raw.githubusercontent.com/litmuschaos/litmus/master/mkdocs/docs/2.9.0/litmus-2.9.0.yaml
on AWS EKS. - Apply
kubectl patch svc litmusportal-frontend-service -p '{"spec": {"type": "LoadBalancer"}}' -n <LITMUS_PORTAL_NAMESPACE>
to get the URL - Launch the URL and login
- Click
ChaosAgents
Anything else we need to know?:
k8s is 1.22
on AWS EKS
LitmusChaos is 2.9.0