-
OpenSearch is occasionally failing with: https://pastebin.ubuntu.com/p/ZfNWHvK3yH/
Stacktrace:
```
Traceback (most recent call last):
File "/var/lib/juju/agents/unit-opensearch-0/charm/./src/c…
-
## Steps to reproduce
1. Deploy 3 units of postgresql-k8s charm, channel 14/stable revision 381
2. Deploy self-signed-certificates charm and relate them.
3. Remove the relation, and re-add it…
-
### Enhancement Proposal
Allow the `"instance"` label to be configurable via `juju config`. Currently, we [return the FQDN](https://github.com/canonical/grafana-agent-operator/blob/09e390c558e21336…
-
### Description
We are using `ops_test.model.deploy` in our integration tests. While testing with juju 3.4.4 (along with python-libjuju `^3.2.2`) we are able to run the following code:
```
awai…
-
### Bug Description
The traefik charm is waiting for service `traefik` without recovering from it.
### To Reproduce
juju deploy cos-lite --trust
### Environment
Bundle channel: `latest/stable`
…
-
### Bug Description
traefik errors out on 'start'
### To Reproduce
juju deploy traefik-k8s on a bogged-down machine
### Environment
was deploying on:
- multipass
- openstack
-…
-
### Bug Description
I found this issue in the CI, and it has occurred in multiple runs for different PRs:
- [Example 1](https://github.com/canonical/kfp-operators/actions/runs/10701511891/job/296676…
-
### Bug Description
We have a Grafana dashboard that uses Loki queries.
Today (and in the past https://matrix.to/#/!nHXpRkcSNJHlHdUGbQ:ubuntu.com/$5ZtI4_oARaV2Dlzz6UonBQ6-vSX62d31PXPZhBDKFUg?via=u…
-
### Bug Description
Charms have an open connection with the juju controller pod, whenever we add charms on the mesh this connection gets reset as istio reconfigures the networking of these charms in …
-
`jhack eval` is a command that allows you to evaluate python expressions in the context of a charm, without having to wait for the charm to receive an event.
`jhack eval traefik/0 "self.unit.name"`…