David Hernandez

Results 11 comments of David Hernandez

Is this issue still active?. More specifically is someone working on (re)merging the [PR](https://github.com/ray-project/ray/pull/48481) We have an ugly hack for this creating a [long-lived token](https://kubernetes.io/docs/tasks/configure-pod-container/configure-service-account/#manually-create-a-long-lived-api-token-for-a-serviceaccount) from a service account an...

I have TLS certs for my custom registry also stored in `/etc/containerd/certs.d` but spegel pods removes all the contents and writes its configuration, even with `prependExisting: true`

I could if then containerd will pick them when pulling images from my registries. I just do not know another way to tell containerd to use certain secrets for certain...

```yaml --- grafanaDashboard: enabled: true spegel: logLevel: "INFO" mirroredRegistries: [] # here i have tried to add my custom registries but due to certs overwrite it does not work #...

Hej I am not completely sure but. I guess you are NOT testing inside docker (DIND), I have bumped into a similar issue, my hacky solution was to modify the...

I have found that this part of code is commented in `testcontainers: v4.4.1` ```python def get_container_host_ip(self) -> str: # infer from docker host host = self.get_docker_client().host() if not host: return...

Not sure if this is relevant here but just copying here in case logs from rabbitmq 4.1.4-management using celery quorum queues ``` 2025-10-08 06:13:44.867536+00:00 [warning] Cannot forward any dead-letter messages...

server logs are not very helpful, even when setting `--dev` only showing the request bieng made e.g. `[2024-10-11 14:52:19 +0000] [1617] [DEBUG] DELETE /api/2.0/mlflow-artifacts/artifacts/1/dcb95351746b430b9a08ab886eeb9406/artifacts/` I have `strace`d the server some...

The behavior on the UI side is that I do not see the runs related to that experiment anymore but I still see the experiment ![image](https://github.com/user-attachments/assets/46eb44a5-77a1-416e-8d51-2cc09d426f91)

``` 2024-10-15 13:35:09.513 UTC [81] ERROR: duplicate key value violates unique constraint "registered_model_pk" 2024-10-15 13:35:09.513 UTC [81] DETAIL: Key (name)=(sk-learn-random-forest-reg-model) already exists. 2024-10-15 13:35:09.513 UTC [81] STATEMENT: INSERT INTO registered_models...