Skip to content
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
39 changes: 0 additions & 39 deletions modules/nodes-descheduler-rn-5.3.0.adoc

This file was deleted.

23 changes: 0 additions & 23 deletions modules/nodes-descheduler-rn-5.3.1.adoc

This file was deleted.

23 changes: 0 additions & 23 deletions modules/nodes-descheduler-rn-5.3.2.adoc

This file was deleted.

3 changes: 3 additions & 0 deletions nodes/scheduling/descheduler/index.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@ toc::[]
[role="_abstract"]
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 @@ -9,6 +9,9 @@ toc::[]
[role="_abstract"]
You can run the descheduler in {product-title} by installing the {descheduler-operator} and setting the required 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
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,10 @@ Review the {descheduler-operator} release notes to track its development and lea

The {descheduler-operator} allows you to evict pods so that they can be rescheduled on more appropriate nodes.

For more information, see xref:../../../nodes/scheduling/descheduler/index.adoc#nodes-descheduler-about_nodes-descheduler-about[About the descheduler].

// Release notes for Kube Descheduler Operator 5.3.2
include::modules/nodes-descheduler-rn-5.3.2.adoc[leveloffset=+1]
:operator-name: The {descheduler-operator}
include::snippets/operator-not-available.adoc[]

// Release notes for Kube Descheduler Operator 5.3.1
include::modules/nodes-descheduler-rn-5.3.1.adoc[leveloffset=+1]
For more information, see xref:../../../nodes/scheduling/descheduler/index.adoc#nodes-descheduler-about_nodes-descheduler-about[About the descheduler].
Comment thread
bergerhoffer marked this conversation as resolved.

// Release notes for Kube Descheduler Operator 5.3.0
include::modules/nodes-descheduler-rn-5.3.0.adoc[leveloffset=+1]
// Release notes for Kube Descheduler Operator x.y.z
// include::modules/nodes-descheduler-rn-x.y.z.adoc[leveloffset=+1]
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,8 @@ toc::[]
[role="_abstract"]
If you no longer need the {descheduler-operator} in your cluster, you can uninstall the Operator and remove 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]