Skip to content

Commit 84650ad

Browse files
committed
OSDOCS#14285: Removing unsupported KDO versions
1 parent c3fff79 commit 84650ad

File tree

4 files changed

+12
-82
lines changed

4 files changed

+12
-82
lines changed

nodes/scheduling/descheduler/index.adoc

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@ toc::[]
88

99
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.
1010

11+
:operator-name: The {descheduler-operator}
12+
include::snippets/operator-not-available.adoc[]
13+
1114
// About the descheduler
1215
include::modules/nodes-descheduler-about.adoc[leveloffset=+1]
1316

nodes/scheduling/descheduler/nodes-descheduler-configuring.adoc

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@ toc::[]
88

99
You can run the descheduler in {product-title} by installing the {descheduler-operator} and setting the desired profiles and other customizations.
1010

11+
:operator-name: The {descheduler-operator}
12+
include::snippets/operator-not-available.adoc[]
13+
1114
// Installing the descheduler
1215
include::modules/nodes-descheduler-installing.adoc[leveloffset=+1]
1316

nodes/scheduling/descheduler/nodes-descheduler-release-notes.adoc

Lines changed: 3 additions & 82 deletions
Original file line numberDiff line numberDiff line change
@@ -10,86 +10,7 @@ The {descheduler-operator} allows you to evict pods so that they can be reschedu
1010

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

13-
For more information, see xref:../../../nodes/scheduling/descheduler/index.adoc#nodes-descheduler-about_nodes-descheduler-about[About the descheduler].
14-
15-
[id="descheduler-operator-release-notes-5.1.2"]
16-
== Release notes for {descheduler-operator} 5.1.2
17-
18-
Issued: 1 May 2025
19-
20-
The following advisory is available for the {descheduler-operator} 5.1.2:
21-
22-
* link:https://access.redhat.com/errata/RHBA-2025:4334[RHBA-2025:4334]
23-
24-
[id="descheduler-operator-5.1.2-new-features"]
25-
=== New features and enhancements
26-
27-
* This release of the {descheduler-operator} adds a new Technology Preview descheduler profile called `DevKubeVirtRelieveAndMigrate`. This profile is only available for use with {VirtProductName}.
28-
// +
29-
// For more information, see xref:../../../virt/managing_vms/advanced_vm_management/virt-enabling-descheduler-evictions.adoc#virt-enabling-descheduler-evictions[Enabling descheduler evictions on virtual machines].
30-
31-
[id="descheduler-operator-5.1.2-bug-fixes"]
32-
=== Bug fixes
33-
34-
* Previously, when the `LifecycleAndUtilization` profile was enabled, pods from protected namespaces ([x-]`openshift-*`, `kube-system`, `hypershift`) could be evicted. Pods in these namespaces should never be evicted. With this release, these protected namespaces are now properly excluded from eviction when the `LifecycleAndUtilization` profile is enabled. (link:https://issues.redhat.com/browse/OCPBUGS-54414[*OCPBUGS-54414*])
35-
36-
// No known issues to list
37-
// [id="descheduler-operator-5.1.2-known-issues"]
38-
// === Known issues
39-
//
40-
// * TODO
41-
42-
[id="descheduler-operator-release-notes-5.1.1"]
43-
== Release notes for {descheduler-operator} 5.1.1
44-
45-
Issued: 2 December 2024
46-
47-
The following advisory is available for the {descheduler-operator} 5.1.1:
48-
49-
* link:https://access.redhat.com/errata/RHEA-2024:10118[RHEA-2024:10118]
50-
51-
[id="descheduler-operator-5.1.1-new-features"]
52-
=== New features and enhancements
13+
:operator-name: The {descheduler-operator}
14+
include::snippets/operator-not-available.adoc[]
5315

54-
* This release of the {descheduler-operator} updates the Kubernetes version to 1.31.
55-
56-
[id="descheduler-operator-5.1.1-bug-fixes"]
57-
=== Bug fixes
58-
59-
* This release of the {descheduler-operator} addresses several Common Vulnerabilities and Exposures (CVEs).
60-
61-
// No known issues to list
62-
// [id="descheduler-operator-5.1.1-known-issues"]
63-
// === Known issues
64-
//
65-
// * TODO
66-
67-
[id="descheduler-operator-release-notes-5.1.0"]
68-
== Release notes for {descheduler-operator} 5.1.0
69-
70-
Issued: 23 October 2024
71-
72-
The following advisory is available for the {descheduler-operator} 5.1.0:
73-
74-
* link:https://access.redhat.com/errata/RHSA-2024:6341[RHSA-2024:6341]
75-
76-
[id="descheduler-operator-5.1.0-new-features"]
77-
=== New features and enhancements
78-
79-
* Two new descheduler profiles are now available:
80-
81-
** `CompactAndScale`: This profile attempts to evict pods from underutilized nodes to allow a workload to run on a smaller set of nodes.
82-
** `LongLifecycle`: This profile balances resource usage between nodes and enables the `RemovePodsHavingTooManyRestarts` and `LowNodeUtilization` strategies.
83-
84-
* For the `CompactAndScale` profile, you can use the Technology Preview field `devHighNodeUtilizationThresholds` to adjust the underutilized threshold value.
85-
86-
[id="descheduler-operator-5.1.0-bug-fixes"]
87-
=== Bug fixes
88-
89-
* This release of the {descheduler-operator} addresses several Common Vulnerabilities and Exposures (CVEs).
90-
91-
// No known issues to list
92-
// [id="descheduler-operator-5.1.0-known-issues"]
93-
// === Known issues
94-
//
95-
// * TODO
16+
For more information, see xref:../../../nodes/scheduling/descheduler/index.adoc#nodes-descheduler-about_nodes-descheduler-about[About the descheduler].

nodes/scheduling/descheduler/nodes-descheduler-uninstalling.adoc

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,8 @@ toc::[]
88

99
You can remove the {descheduler-operator} from {product-title} by uninstalling the Operator and removing its related resources.
1010

11+
:operator-name: The {descheduler-operator}
12+
include::snippets/operator-not-available.adoc[]
13+
1114
// Uninstalling the descheduler
1215
include::modules/nodes-descheduler-uninstalling.adoc[leveloffset=+1]

0 commit comments

Comments
 (0)