Leon

Results 61 issues of Leon

### Bug Description Trying to pull code from a github repo specifying `source-tag` fails because it is translated into `--branch`, which doesn't exist: ``` 2024-01-08 18:57:33.519 :: 2024-01-08 18:57:32.782 ::...

bug

### Expected behaviour As a user, I would like to have more confidence that snaps are from a legitimate source, and that the publisher is not an impersonator. ### Steps...

## Issue show-stored errors out, ``` $ jhack show-stored cos-proxy/0 ERROR:jhack:failed to fetch db; command ['juju', 'scp', 'cos-proxy/0:/var/lib/juju/agents/unit-cos-proxy-0/charm/.unit-state.db', '/home/ubuntu/snap/jhack/235/unit-state-otlo29cu.db'] exited with 1 failed to fetch db; aborting. b'ERROR exit status...

When an action fails in a unit test (#1053), the reason isn't displayed in the traceback: ```python results = self.harness.run_action("show-config").results ``` ``` Traceback (most recent call last): File "/usr/lib/python3.10/unittest/case.py", line...

feature
small item

**Describe the bug** - Restarting is delayed until timeout elapses. The timeout seems to be significantly longer than the total sum of `multipass stop` per instance. After 9m15s elapses, the...

bug

Running `git-sync --one-time` with the same params as an existing `git-sync` process may interfere each other if both syncs happen to occur at the same time. An http endpoint for...

lifecycle/rotten

I was trying to `add-cloud` a microk8s cloud, which led me through the following path: - [cloud doc](https://juju.is/docs/juju/cloud#heading--machine-clouds-vs--kubernetes-clouds): sounds like there are two kinds of substrates: a machine cloud and...

#### Summary I am deploying microk8s using cloud-init on an LXD VM. Here's the relevant section: ```yaml microk8s.enable metrics-server microk8s.kubectl rollout status deployments/metrics-server -n kube-system -w --timeout=600s microk8s.enable dns microk8s.kubectl...

kind/support

### Bug Description > If i go to alertmanager, check an alert and click on the Source button, it will want to take me to `http://prometheus-0.cos.svc.kubernetes.cluster:9090` (or something along those...

Status: Triage
Type: Bug

### Bug Description In #409 we changed the following [signature](https://github.com/canonical/prometheus-k8s-operator/blob/4ca83b670f72f964e60c0ce69bd0f66b47016aaa/lib/charms/prometheus_k8s/v0/prometheus_scrape.py#L2214): ```diff -def _group_name(self, appname) -> str: +def group_name(self, unit_name: str) -> str: ``` Note how the new signature expects to...

Status: Triage
Type: Bug