Jean-François Roy
Jean-François Roy
Thanks for working on it, I was just about to start looking into this again (finally on vacation!).
I would argue it is _not_ a good idea to use any desktop linux distribution's kernel config for Talos. The use cases, workload characteristics, security considerations, and expected hardware or...
That being said, there is an argument for a VM config and a baremetal config. A VM kernel needs far fewer drivers.
I am pretty sure containerd v2 no longer has an API endpoint that will return the `Registry` config object. It's been refactored into `internal/cri/config.ImageConfig`. The `Status` rpc returns the `internal/cri/config.Config`...
I have a workflow to build the kernel and the Nvidia open kernel modules [here](https://github.com/jfroy/talos-boot-assets), if you need inspiration. I'm running 6.10.3 with NVIDIA 550.107.02 on my nodes.
I can ask internally what distribution vendors are expected or encouraged to do. GPU-Operator does support managing vGPU components but I haven't looked at the details (what the chart does,...
> [@jfroy](https://github.com/jfroy) were you able to hear anything on your side about GRID/vGPU drivers or operator support for secure distros like Talos? If you have time to share what is...
> Does GPU operator support the guest side (nvidia-gridd or alternative for licensing)? vGPU manager seems to be the hypervisor part. The chart and CRD do have keys for licensing...
`talosctl upgrade` itself sends an RPC to Talos's machined which then unconditionally runs an upgrade sequence. So Talos does violate the assumptions or requirements SUC places on upgrade plans. It...
Thanks for the report. I'll try to look into this next week. Maybe @bdraco will chime in as well.