Limit GPUs on Node available to Pods

Hi everyone,

I’m using microk8s on a system with 4 GPUs. By default, microk8s makes available all GPUs that it finds on the node. How do I configure microk8s to only make available a subset of the GPUs? For instance, I only want GPUs 1, 2, and 3 to be made available to pods, and not GPU 0.

Thanks in advance.