Skip to content

Commit 233391c

Browse files
authored
Merge pull request #78902 from bergerhoffer/OSDOCS-11328
OSDOCS#11328: Removing unsupported versions of the descheduler operator
2 parents 6b4361f + 3dc4771 commit 233391c

File tree

4 files changed

+12
-54
lines changed

4 files changed

+12
-54
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 & 54 deletions
Original file line numberDiff line numberDiff line change
@@ -10,58 +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.0.1"]
16-
== Release notes for {descheduler-operator} 5.0.1
17-
18-
Issued: 2024-07-01
19-
20-
The following advisory is available for the {descheduler-operator} 5.0.1:
21-
22-
* link:https://access.redhat.com/errata/RHSA-2024:3617[RHSA-2024:3617]
23-
24-
[id="descheduler-operator-5.0.1-notable-changes"]
25-
=== New features and enhancements
26-
27-
* You can now install and use the {descheduler-operator} in an {product-title} cluster running in FIPS mode.
28-
+
29-
--
30-
include::snippets/fips-snippet.adoc[]
31-
--
32-
33-
[id="descheduler-operator-5.0.1-bug-fixes"]
34-
=== Bug fixes
35-
36-
* This release of the {descheduler-operator} addresses several Common Vulnerabilities and Exposures (CVEs).
37-
38-
// No known issues to list
39-
// [id="descheduler-operator-5.0.1-known-issues"]
40-
// === Known issues
41-
//
42-
// * TODO
13+
:operator-name: The {descheduler-operator}
14+
include::snippets/operator-not-available.adoc[]
4315

44-
[id="descheduler-operator-release-notes-5.0.0"]
45-
== Release notes for {descheduler-operator} 5.0.0
46-
47-
Issued: 2024-03-06
48-
49-
The following advisory is available for the {descheduler-operator} 5.0.0:
50-
51-
* link:https://access.redhat.com/errata/RHSA-2024:0302[RHSA-2024:0302]
52-
53-
[id="descheduler-operator-5.0.0-notable-changes"]
54-
=== Notable changes
55-
56-
* With this release, the {descheduler-operator} delivers updates independent of the {product-title} minor version release stream.
57-
58-
[id="descheduler-operator-5.0.0-bug-fixes"]
59-
=== Bug fixes
60-
61-
* Previously, the descheduler pod logs showed the following warning about the Operator's version: `failed to convert Descheduler minor version to float`. With this update, the warning is no longer shown. (link:https://issues.redhat.com/browse/OCPBUGS-14042[*OCPBUGS-14042*])
62-
63-
// No known issues to list
64-
// [id="descheduler-operator-5.0.0-known-issues"]
65-
// === Known issues
66-
//
67-
// * 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)