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
However, with these values the subscriber-secret and subscriber-config aren't populated. The event-tracker and subscriber pods also complain that the VERSION and ACCESS_KEY values are missing respectively.
From looking at some suggestions in the Slack channel, I tried setting the LITMUS_BACKEND_URL to http://litmus-server-service.litmus.svc.cluster.local:9002/query which caused the subscriber-config and subscriber-secret to be populated but still incorrect. With this setup, the SERVER_ADDR value in the subscriber-config is set to http://litmus-server-service.litmus.svc.cluster.local:9002/query/query. This causes the subscriber to get the error message:
level=fatal msg="Failed to parse agent confirm data" data="404 page not found" error="invalid character 'p' after top-level value"
If I patch the subscriber-config to set the SERVER_ADDR to http://litmus-server-service.litmus.svc.cluster.local:9002/query, the subscriber starts running but has the error message:
level=error msg="Error response from the server : {\"payload\":{\"errors\":[{\"message\":\"ERROR: accessID MISMATCH\",\"path\":[\"infraConnect\"]}],\"data\":null},\"type\":\"data\"}\n"
I checked to make sure the INFRA_ID value in the subscriber-secret matched the infra ID in the chaos portal and they do match.
I have been fighting with this deployment for quite some time with no luck. Any help would be greatly appreciated, thanks!
The text was updated successfully, but these errors were encountered:
When installing the litmus-agent helm chart, I use the following suggested values from the README for a self agent in cluster mode:
However, with these values the subscriber-secret and subscriber-config aren't populated. The event-tracker and subscriber pods also complain that the VERSION and ACCESS_KEY values are missing respectively.
From looking at some suggestions in the Slack channel, I tried setting the LITMUS_BACKEND_URL to
http://litmus-server-service.litmus.svc.cluster.local:9002/query
which caused the subscriber-config and subscriber-secret to be populated but still incorrect. With this setup, the SERVER_ADDR value in the subscriber-config is set tohttp://litmus-server-service.litmus.svc.cluster.local:9002/query/query
. This causes the subscriber to get the error message:level=fatal msg="Failed to parse agent confirm data" data="404 page not found" error="invalid character 'p' after top-level value"
If I patch the subscriber-config to set the SERVER_ADDR to
http://litmus-server-service.litmus.svc.cluster.local:9002/query
, the subscriber starts running but has the error message:level=error msg="Error response from the server : {\"payload\":{\"errors\":[{\"message\":\"ERROR: accessID MISMATCH\",\"path\":[\"infraConnect\"]}],\"data\":null},\"type\":\"data\"}\n"
I checked to make sure the INFRA_ID value in the subscriber-secret matched the infra ID in the chaos portal and they do match.
I have been fighting with this deployment for quite some time with no luck. Any help would be greatly appreciated, thanks!
The text was updated successfully, but these errors were encountered: