smart-edge-open / EMCO

Apache License 2.0
13 stars 9 forks source link

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

Open BaudouinH opened 3 years ago

BaudouinH commented 3 years ago

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.