Skip to content

v1.9.0-preview5

Pre-release
Pre-release
Compare
Choose a tag to compare
@RainbowMango RainbowMango released this 29 Jan 13:29
· 768 commits to master since this release
0126b90

See the changelog for details.

In this pre-release, we introduced resourceQuotaEstimator (PR-4566) plugin for the accurate scheduler-estimator. It is an alpha feature, the user can enable it by passing the feature gate in the estimator command line --feature-gates=ResourceQuotaEstimate=true
Once this feature is enabled, the accurate scheduler-estimator will estimate the number of workload replicas allowed by the resource quota.
We only
support compute resources (CPU/memory) and extended resources (like GPU) in this plugin
support priorityClass in the quota scope
User needs to explicitly specify the priorityClassName in the podTemplate of Deployment, Statefulset, Job, and custom-resource-interpreter.