You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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.
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?
The text was updated successfully, but these errors were encountered: