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
Deployed litmus Helm chart v3.9.0 on a private GKE cluster in the litmus-operator namespace via ArgoCD.
The control plane components are working fine and I can access the Chaos Center UI.
Created an Environment.
Configured the litmus-agent Helm chart v3.9.0 as follows (credentials are redacted)
litmus-agent:
global:
infraConfigName: test-chaos-infra-config # This gets created but it is empty
infraSecretName: test-chaos-infra-secret # This gets created but it is empty
INFRA_MODE: "cluster"
INFRA_NAME: "test-chaos-infrastructure"
INFRA_DESCRIPTION: "Test chaos infrastructure"
SA_EXISTS: "false"
NS_EXISTS: "true"
INFRA_TYPE: "internal"
APP_VERSION: "3.9.0"
SKIP_SSL: "true"
LITMUS_URL: "http://litmus-operator-app-frontend-service.litmus-operator.svc.cluster.local:9091"
LITMUS_BACKEND_URL: "http://litmus-operator-app-server-service.litmus-operator.svc.cluster.local:9002"
LITMUS_USERNAME: "admin"
LITMUS_PASSWORD: "******"
LITMUS_PROJECT_ID: "***"
LITMUS_ENVIRONMENT_ID: "testenvironment"
Deployed litmus-agent Helm chart 3.9.0 on the same private GKE cluster in the litmus-agent namespace via Argo CD.
The agent installation Job finishes with an error about not being able to process the request header, but I can see the new infrastructure as PENDING in the Chaos Center UI. It never connects.
The subscriber workload is in a CrashLoopBackOff state and the logs show a fatal error: "required key ACCESS_KEY missing value"
The event-tracker workload is in a CrashLoopBackOff state and the logs show a fatal error: "required key VERSION missing value"
The litmus-agent namespace only contains an empty infra secret. There is no 'agent secret' as mentioned in other Issues.
What you expected to happen:
I expected the infra created by the litmus-agent Helm chart to connect successfully to the Chaos Center.
How to reproduce it (as minimally and precisely as possible):
See above in "What happened"
Anything else we need to know?:
I have searched through the issues and have followed the steps mentioned in issue 3531 and issue 3528 amongst others.
The text was updated successfully, but these errors were encountered:
After switching to the Helm charts litmus-agent:3.11.2 and litmus:3.11.0, the issues I was encountering have been resolved. Everything now appears to be functioning smoothly on my end.
What happened:
What you expected to happen:
I expected the infra created by the litmus-agent Helm chart to connect successfully to the Chaos Center.
How to reproduce it (as minimally and precisely as possible):
See above in "What happened"
Anything else we need to know?:
I have searched through the issues and have followed the steps mentioned in issue 3531 and issue 3528 amongst others.
The text was updated successfully, but these errors were encountered: