Skip to content

OSDOCS#14285: Removing unsupported KDO versions #92134

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions nodes/scheduling/descheduler/index.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@ 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]

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@ 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]

Expand Down
58 changes: 3 additions & 55 deletions nodes/scheduling/descheduler/nodes-descheduler-release-notes.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -10,59 +10,7 @@ The {descheduler-operator} allows you to evict pods so that they can be reschedu

These release notes track the development of the {descheduler-operator}.

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.1.1"]
== Release notes for {descheduler-operator} 5.1.1

Issued: 2 December 2024

The following advisory is available for the {descheduler-operator} 5.1.1:

* link:https://access.redhat.com/errata/RHEA-2024:10118[RHEA-2024:10118]

[id="descheduler-operator-5.1.1-new-features"]
=== New features and enhancements

* This release of the {descheduler-operator} updates the Kubernetes version to 1.31.

[id="descheduler-operator-5.1.1-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.1.1-known-issues"]
// === Known issues
//
// * TODO

[id="descheduler-operator-release-notes-5.1.0"]
== Release notes for {descheduler-operator} 5.1.0
:operator-name: The {descheduler-operator}
include::snippets/operator-not-available.adoc[]

Issued: 23 October 2024

The following advisory is available for the {descheduler-operator} 5.1.0:

* link:https://access.redhat.com/errata/RHSA-2024:6341[RHSA-2024:6341]

[id="descheduler-operator-5.1.0-new-features"]
=== New features and enhancements

* Two new descheduler profiles are now available:

** `CompactAndScale`: This profile attempts to evict pods from underutilized nodes to allow a workload to run on a smaller set of nodes.
** `LongLifecycle`: This profile balances resource usage between nodes and enables the `RemovePodsHavingTooManyRestarts` and `LowNodeUtilization` strategies.

* For the `CompactAndScale` profile, you can use the Technology Preview field `devHighNodeUtilizationThresholds` to adjust the underutilized threshold value.

[id="descheduler-operator-5.1.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.1.0-known-issues"]
// === Known issues
//
// * TODO
For more information, see xref:../../../nodes/scheduling/descheduler/index.adoc#nodes-descheduler-about_nodes-descheduler-about[About the descheduler].
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,8 @@ 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]