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
{{ message }}
This repository has been archived by the owner on May 27, 2022. It is now read-only.
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.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
The text was updated successfully, but these errors were encountered: