xhejtman

Results 135 comments of xhejtman

> [@xhejtman](https://github.com/xhejtman) Are you experiencing the same 418 status code as [@k0da](https://github.com/k0da) ? yes, I am getting 418 error as well, but those are 2 issues: 1. wrong (default) certificate...

I do not know, if the toolkit is sill used in the CDI mode and if the toolkit should inject libraries and nvidia tools into container. I am able to...

The problem here is indeed with: ``` - name: ACCEPT_NVIDIA_VISIBLE_DEVICES_AS_VOLUME_MOUNTS value: "true" - name: ACCEPT_NVIDIA_VISIBLE_DEVICES_ENVVAR_WHEN_UNPRIVILEGED value: "false" ``` If I remove these envs, everything works as expected. Esp. the device...

For context, up to version 25.3.2 (inclusive), probably many users set: ``` ACCEPT_NVIDIA_VISIBLE_DEVICES_AS_VOLUME_MOUNTS=true ACCEPT_NVIDIA_VISIBLE_DEVICES_ENVVAR_WHEN_UNPRIVILEGED=false ``` These settings enforce that a pod **must** request a GPU through the `nvidia.com/gpu` resource when...

Yeah, the repacked container is missing timezones. Reverting to previous: `rancher/mirrored-kube-state-metrics-kube-state-metrics:v2.17.0` works ok. Note: kube-state-metrics is the same version: 2.17.0 in both cases.