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
if the user isn't explicit, charmhub uses the "select descending LTS then descending supported series"
so 22.04 > 20.04 ... > 23.10 > 23.04
For some reason, the focal (not jammy) series is deployed in prometheus tests/integration/test_remote_write_grafana_agent.py. Maybe something to do with pylibjuju.
However, regardless of the series selection method, we still have a problem here, and juju deploying focal instead of jammy uncovered the issue.
The text was updated successfully, but these errors were encountered:
Bug Description
K8s charm fails on install hook, because of a missing
libssl.so.3
.Also see "Context" section in #242.
To Reproduce
Run prometheus
tests/integration/test_remote_write_grafana_agent.py
without forcing series to jammy.Environment
Latest.
Relevant log output
Additional context
According to @jameinel,
For some reason, the focal (not jammy) series is deployed in prometheus
tests/integration/test_remote_write_grafana_agent.py
. Maybe something to do with pylibjuju.However, regardless of the series selection method, we still have a problem here, and juju deploying focal instead of jammy uncovered the issue.
The text was updated successfully, but these errors were encountered: