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
Installing the cloud2edge chart with the default configuration from the values.yaml leads to the Hono service registry not being able to connect to the MongoDB. The device registry is using the wrong hostname (ditto-mongodb) for connecting to the MongoDB (available under <release-name>-mongodb, e.g. c2e-mongodb).
Apart from that, the MongoDB pod is also not getting ready (container getting OOM killed and using a lot of CPU).
The text was updated successfully, but these errors were encountered:
The first issue seems to be due to this change in the ditto chart, letting a non-fixed mongodb hostname to be used - which the Hono device registry isn't using.
The MongoDB pod CPU/memory issues seem to be due to a MongoDB chart update, letting #403 come up again.
Workaround for both is using the ditto 3.1.0 chart version instead of a newer one. That means changing version: ~3.1.0 to version: 3.1.0 in packages/cloud2edge/requirements.yaml.
calohmn
added a commit
to bosch-io/packages
that referenced
this issue
Aug 10, 2023
Fixes Hono devices registry not being able to connect to the
MongoDB instance because it used the wrong hostname.
Also fixes MongoDB not getting ready because the health checks
took too long and caused OOM errors.
Also restrict Hono chart dependency version range (needed for
upcoming changes addressing eclipse#430).
Signed-off-by: Carsten Lohmann <[email protected]>
Fixes Hono devices registry not being able to connect to the
MongoDB instance because it used the wrong hostname.
Also fixes MongoDB not getting ready because the health checks
took too long and caused OOM errors.
Also restrict Hono chart dependency version range (needed for
upcoming changes addressing #430).
Signed-off-by: Carsten Lohmann <[email protected]>
Installing the cloud2edge chart with the default configuration from the
values.yaml
leads to the Hono service registry not being able to connect to the MongoDB. The device registry is using the wrong hostname (ditto-mongodb
) for connecting to the MongoDB (available under<release-name>-mongodb
, e.g.c2e-mongodb
).Apart from that, the MongoDB pod is also not getting ready (container getting OOM killed and using a lot of CPU).
The text was updated successfully, but these errors were encountered: