[Feature] Support for ProvisioningRequest API
- Dominant language
- TypeScript
- Stars
- 2.1k
- Forks
- 395
- Avg merge
- 2d 22h
- Merged PRs (30d)
- 13
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](https://github.com/kubernetes/autoscaler/blob/master/cluster-autoscaler/FAQ.md#how-can-i-use-provisioningrequest-to-run-batch-workloads), 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.
Contributor guide
Assessment
This issue has not been assessed yet.