canonical/microk8s

dynamic resource allocation

Opened this issue · 2 comments

Summary

I'm looking into researching Dynamic Resource Allocation, and I couldn't see any documentation as to whether microk8s currently supports it.
It is enabled via feature gates in kubernetes.
Does microk8s support DRA?

Why is this important?

Dynamic Resource Allocation is used for allowing resources to be allocated and shared, such as GPUs.

Are you interested in contributing to this feature?

Hey @IanMoroney,

We follow upstream on feature gates which means DRA is not enabled by default. I've not tested this personally but I believe you'd be able to enable DRA by adding the necessary arguments through /var/snap/microk8s/current/args/<service> for required services and following necessary upstream instructions.

I guess as a feature request, it would be nice to be able to enable it via enabling an addon in microk8s