Skip to content
This repository was archived by the owner on May 27, 2022. It is now read-only.
This repository was archived by the owner on May 27, 2022. It is now read-only.

EMCO's Helm install fails without --set mongo.persistence.enabled=true --set etcd.persistence.enabled=true #9

Description

@BaudouinH

Hello,

While installing the new release with the provided Helm Charts, without providing any specific Helm parameters, the installation fails.

Etcd is stuck in a non-ready state, and EMCO's services are unable to authenticate to mongodb.
I retried after deleting everything in /dockerdata-nfs/ and deleting and recreating the namespace, but it did not fix the problem.

Some pv and pvc of etcd and mongo are still created even though the persistence is not enabled (I don't really need the persistence for my test that's why I didn't enabled it).
Perhaps the problem comes from here ?

I then installed EMCO with the parameters --set mongo.persistence.enabled=true --set etcd.persistence.enabled=true and it fixed this issue, the installation works out of the box with these parameters.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions