Skip to content

Error with backend url causing issues in litmus agent deployment #5393

@kabilesh13

Description

@kabilesh13

Hi Team,

We attempted to deploy Litmus Chaos using the official Helm chart. After deploying the litmus and litmus-core charts, we were able to access the UI. However, upon navigating to the Environment page, we encountered an error (see attached screenshot).

Image

We suspect this issue is due to the Litmus agent not being deployed. Subsequently, we deployed the litmus-agent and ensured the following variables were set:

INFRA_NAME: "helm-agent"
INFRA_DESCRIPTION: "On-premises Kubernetes chaos agent deployed in separate cluster"
INFRA_TYPE: "external"
PLATFORM_NAME: "Rancher"
LITMUS_URL: "https://litmuschaos.custom-domain.com"
LITMUS_USERNAME: "admin"
LITMUS_PASSWORD: "Litmus"
LITMUS_PROJECT_ID: "ea1512b4-35e1-4b49-896b-xxxxxxxx"
LITMUS_ENVIRONMENT_ID: "QA"

Despite this, during the pre-install job, we encountered the following error (screenshot attached):

Image

Based on the secrets.yaml, the backend URL is set to https://litmuschaos.custom-domain.com/api/query. We checked the curl response to this endpoint, and received another error (screenshot attached).

Image

Could you please advise on what should be checked or adjusted to resolve this issue?

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions