You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What happened:
From litmus helm v3.9.0,
After installing litmus and enabling chaos, subscriber fails to establish connection.
time="2024-07-30T04:34:03Z" level=info msg="Go Version: go1.22.5"
time="2024-07-30T04:34:03Z" level=info msg="Go OS/Arch: linux/amd64"
time="2024-07-30T04:34:03Z" level=info msg="All infra deployments are up"
time="2024-07-30T04:34:03Z" level=info msg="Starting the subscriber"
time="2024-07-30T04:34:03Z" level=info msg="Connecting to ws:"
time="2024-07-30T04:34:03Z" level=fatal msg="Failed to established websocket connection" error="dial tcp :80: connect: connection refused"
What you expected to happen:
all services to work without error and connection status on web to be 'CONNECTED'
Where can this issue be corrected? (optional)
I've tried changing SERVER_ADDR on subscriber-config
from <ip>:<frontend nodeport>/api/query to http://<chaos-litmus-server-service>:9002/query and worked.
How to reproduce it (as minimally and precisely as possible):
Install Litmus using Helm with the following command: helm install chaos litmuschaos/litmus --namespace=litmus --set portal.frontend.service.type=NodePort
Download (or redownload) the chaos manifest file from /environment
apply manifest file
Anything else we need to know?:
Test Environment
minikube version: v1.33.1
litmus helm v3.9.0, v3.8.0
The text was updated successfully, but these errors were encountered:
What happened:
From litmus helm v3.9.0,
After installing litmus and enabling chaos, subscriber fails to establish connection.
What you expected to happen:
all services to work without error and connection status on web to be 'CONNECTED'
Where can this issue be corrected? (optional)
I've tried changing
SERVER_ADDR
on subscriber-configfrom
<ip>:<frontend nodeport>/api/query
tohttp://<chaos-litmus-server-service>:9002/query
and worked.How to reproduce it (as minimally and precisely as possible):
helm install chaos litmuschaos/litmus --namespace=litmus --set portal.frontend.service.type=NodePort
/environment
Anything else we need to know?:
Test Environment
The text was updated successfully, but these errors were encountered: