Simon
Simon
> Started working on deploying Gatus, but must be done on a sub-path due to some restrictions with my on-prem servers 😵💫 @TwiN any estimate on when/whether this can be...
I believe I'm running into the exact same issue. It works for me if I leave out the third `kubectl` command. It was added quite recently in https://github.com/kata-containers/kata-containers/pull/10335. Can you...
> [@kennybytes](https://github.com/kennybytes), [@maggie44](https://github.com/maggie44), do you still have the issue? Would you mind trying our helm-chart? Using the helm chart fixed the issue for me 👍 I just saw that there...
Just ran into this (Ubuntu 24.04). For others: I still had v0.11.2 installed. The error message went away after upgrading to v0.15.0.
Still broken as of v2.0.10...
I can reproduce this issue by running `pyinfra @local fact server.Mounts` (Fedora 42, Python 3.13.7, pyinfra @ [eb0e683](https://github.com/pyinfra-dev/pyinfra/commit/eb0e6836c5a66da7250e765955327e7d6c9ad059)): ``` Traceback (most recent call last): File "src/gevent/greenlet.py", line 900, in gevent._gevent_cgreenlet.Greenlet.run...
> [0c48515](https://github.com/pyinfra-dev/pyinfra/commit/0c48515f324b1b73b5c5fd6df5291732be989baf) will fix. I can confirm this 🎉
> Every users who use http3 enabled reverse proxies Hmm, this is either specific to Traefik or caused by some other issue. I'm running Beszel behind Caddy and HTTP/3 works...
I tried to reproduce this issue, but was not successful in doing so. This is the minimal configuration I used: docker-compose.yml ```yml services: traefik: image: "traefik:v3.4" container_name: "traefik" restart: unless-stopped...
> This confirms that the problem is not isolated to an old version of Traefik but persists even in the latest releases (v3.5). I'm not sure whether you understood my...