Evan Lezar

Results 419 comments of Evan Lezar

Please restart the `nvidia-operator-validator-zk4mv` pod to start with. If this proceeds, then restart the other pods too.

Thanks for highlighting this. What is the plan forward with this? Is the current maintainer open to adding additional maintainers? As is the case with @klihub and @thaJeztah, this is...

One issue is that this does not allow custom worker node images to be used.

@suptejas I am not sure whether podman supports this. If I recall correctly, there was some work done to extend the functionality beyond the existing CLI-based support. I would ask...

We use the following logic to ensure that the spec is world-readable: https://github.com/NVIDIA/nvidia-container-toolkit/blob/f959c0daaa30e7079458e550ed867cd4faf4a102/pkg/nvcdi/spec/spec.go#L67-L69 It may be useful to consider using something like `renameio` though to ensure atomic writes: https://github.com/NVIDIA/k8s-device-plugin/blob/c181c46f5fdeb367f16c5f9ab8be83c3ae60a90e/internal/lm/output.go#L90

@belo4ya thanks for the fix. I think we would be ok with using `renameio`. Feel free to update this PR to switch to that instead. Alternatively we can do so...

Thanks @belo4ya, I have created #899 to add this option and we can continue this discussion there. @ArangoGutierrez one thing that I noted is that we don't do any cleanup...