1
0
mirror of https://github.com/openshift/openshift-docs.git synced 2026-02-06 06:46:26 +01:00

Merge pull request #94824 from bergerhoffer/OSDOCS-14286

OSDOCS#14286: Release notes for KDO 5.2.0
This commit is contained in:
Andrea Hoffer
2025-07-09 12:10:52 -04:00
committed by GitHub
4 changed files with 25 additions and 12 deletions

View File

@@ -8,9 +8,6 @@ toc::[]
While the xref:../../../nodes/scheduling/nodes-scheduler-about.adoc#nodes-scheduler-about[scheduler] is used to determine the most suitable node to host a new pod, the descheduler can be used to evict a running pod so that the pod can be rescheduled onto a more suitable node.
:operator-name: The {descheduler-operator}
include::snippets/operator-not-available.adoc[]
// About the descheduler
include::modules/nodes-descheduler-about.adoc[leveloffset=+1]

View File

@@ -8,9 +8,6 @@ toc::[]
You can run the descheduler in {product-title} by installing the {descheduler-operator} and setting the desired profiles and other customizations.
:operator-name: The {descheduler-operator}
include::snippets/operator-not-available.adoc[]
// Installing the descheduler
include::modules/nodes-descheduler-installing.adoc[leveloffset=+1]

View File

@@ -10,7 +10,29 @@ The {descheduler-operator} allows you to evict pods so that they can be reschedu
These release notes track the development of the {descheduler-operator}.
:operator-name: The {descheduler-operator}
include::snippets/operator-not-available.adoc[]
For more information, see xref:../../../nodes/scheduling/descheduler/index.adoc#nodes-descheduler-about_nodes-descheduler-about[About the descheduler].
[id="descheduler-operator-release-notes-5.2.0"]
== Release notes for {descheduler-operator} 5.2.0
Issued: 9 July 2025
The following advisory is available for the {descheduler-operator} 5.2.0:
* link:https://access.redhat.com/errata/RHBA-2025:10724[RHBA-2025:10724]
[id="descheduler-operator-5.2.0-new-features"]
=== New features and enhancements
* This release of the {descheduler-operator} updates the Kubernetes version to 1.32.
[id="descheduler-operator-5.2.0-bug-fixes"]
=== Bug fixes
* This release of the {descheduler-operator} addresses several Common Vulnerabilities and Exposures (CVEs).
// No known issues to list
// [id="descheduler-operator-5.2.0-known-issues"]
// === Known issues
//
// * TODO

View File

@@ -8,8 +8,5 @@ toc::[]
You can remove the {descheduler-operator} from {product-title} by uninstalling the Operator and removing its related resources.
:operator-name: The {descheduler-operator}
include::snippets/operator-not-available.adoc[]
// Uninstalling the descheduler
include::modules/nodes-descheduler-uninstalling.adoc[leveloffset=+1]