-
Notifications
You must be signed in to change notification settings - Fork 355
Description
Is your feature request related to a problem? Please describe.
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
We're using Kueue + Flyte for ML workloads and want to leverage ProvisioningRequest for atomic provisioning and capacity checks (supported in upstream cluster-autoscaler v1.29+).
Testing on our AKS cluster (K8s v1.33.3) show that ProvisioningRequest supported is not enabled in the cluster-autoscaler. Is there something we can do to enable it? If not, is it on the roadmap?
Describe the solution you'd like
The ProvisioningRequest CRD is already supported in K8s cluster-autoscaler, but it doesn't seem to be supported in AKS. It needs to be enabled with a flag, but I' not sure if that is as simple in AKS.
Describe alternatives you've considered
N/A
Additional context
Add any other context or screenshots about the feature request here.