Releases: karmada-io/karmada
Karmada v1.10.0-preview2
See the changelog for details.
Karmada v1.7.4 release
See the CHANGELOG for details.
Karmada v1.10.0-preview1
See the changelog for details.
Karmada v1.10.0-alpha.0
Merge pull request #4664 from RainbowMango/pr_releasenotes_19 Add release notes of v1.9
Karmada v1.9.0
See the CHANGELOG for details.
Thank you to everyone who contributed to this release!
v1.9.0-preview6
See the changelog for details.
Karmada v1.8.2 release
See the CHANGELOG for details.
Karmada v1.7.3 release
See the CHANGELOG for details.
Karmada v1.6.6 release
See the CHANGELOG for details.
v1.9.0-preview5
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.