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

OSDOCS-11328: Removing unsupported versions of the descheduler operator

This commit is contained in:
Andrea Hoffer
2024-07-15 14:40:45 -04:00
parent 2c889ea14b
commit 3dc47713ae
4 changed files with 12 additions and 54 deletions

View File

@@ -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]

View File

@@ -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]

View File

@@ -10,58 +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}.
: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.0.1"]
== Release notes for {descheduler-operator} 5.0.1
Issued: 2024-07-01
The following advisory is available for the {descheduler-operator} 5.0.1:
* link:https://access.redhat.com/errata/RHSA-2024:3617[RHSA-2024:3617]
[id="descheduler-operator-5.0.1-notable-changes"]
=== New features and enhancements
* You can now install and use the {descheduler-operator} in an {product-title} cluster running in FIPS mode.
+
--
include::snippets/fips-snippet.adoc[]
--
[id="descheduler-operator-5.0.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.0.1-known-issues"]
// === Known issues
//
// * TODO
[id="descheduler-operator-release-notes-5.0.0"]
== Release notes for {descheduler-operator} 5.0.0
Issued: 2024-03-06
The following advisory is available for the {descheduler-operator} 5.0.0:
* link:https://access.redhat.com/errata/RHSA-2024:0302[RHSA-2024:0302]
[id="descheduler-operator-5.0.0-notable-changes"]
=== Notable changes
* With this release, the {descheduler-operator} delivers updates independent of the {product-title} minor version release stream.
[id="descheduler-operator-5.0.0-bug-fixes"]
=== Bug fixes
* 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*])
// No known issues to list
// [id="descheduler-operator-5.0.0-known-issues"]
// === Known issues
//
// * TODO

View File

@@ -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]