alecks3474

Results 4 comments of alecks3474

Same issue with Loki version 2.7.3 ``` msg="error notifying frontend about finished query" err="rpc error: code = Canceled desc = context canceled" msg="error notifying scheduler about finished query" err=EOF ```

> Same issue with Loki version 2.7.3 > > ``` > msg="error notifying frontend about finished query" err="rpc error: code = Canceled desc = context canceled" > msg="error notifying scheduler...

Here a workaround : change the default runtime for Docker on GPU instances: - Override systemd configuration for docker : Create a file `/etc/systemd/system/docker.service.d/override.conf` with : ``` [Service] ExecStart= ExecStart=/usr/bin/dockerd...

> Edit: I'm not able to get the workaround working. Hardcoding the nvidia runtime as default makes ecs-agent fail to come up (which needs runc). Leaving the default runc runtime...