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

Provide instructions for uninstalling descheduler

This commit is contained in:
Jan Chaloupka
2021-01-12 10:25:18 +01:00
committed by openshift-cherrypick-robot
parent 8a9baf20d1
commit 56ef807223
4 changed files with 41 additions and 0 deletions

View File

@@ -0,0 +1,36 @@
// Module included in the following assemblies:
//
// * nodes/scheduling/nodes-descheduler.adoc
[id="nodes-descheduler-uninstalling_{context}"]
= Uninstalling the descheduler
You can remove the descheduler from your cluster by removing the descheduler instance and uninstalling the Kube Descheduler Operator. This procedure also cleans up the `KubeDescheduler` CRD and `openshift-kube-descheduler-operator` namespace.
.Prerequisites
* Cluster administrator privileges.
* Access to the {product-title} web console.
.Procedure
. Log in to the {product-title} web console.
. Delete the descheduler instance.
.. From the *Operators* -> *Installed Operators* page, click *Kube Descheduler Operator*.
.. Select the *Kube Descheduler* tab.
.. Click the Options menu {kebab} next to the *cluster* entry and select *Delete KubeDescheduler*.
.. In the confirmation dialog, click *Delete*.
. Uninstall the Kube Descheduler Operator.
.. Navigate to *Operators* -> *Installed Operators*,
.. Click the Options menu {kebab} next to the *Kube Descheduler Operator* entry and select *Uninstall Operator*.
.. In the confirmation dialog, click *Uninstall*.
. Delete the `openshift-kube-descheduler-operator` namespace.
.. Navigate to *Administration* -> *Namespaces*.
.. Enter `openshift-kube-descheduler-operator` into the filter box.
.. Click the Options menu {kebab} next to the *openshift-kube-descheduler-operator* entry and select *Delete Namespace*.
.. In the confirmation dialog, enter `openshift-kube-descheduler-operator` and click *Delete*.
. Delete the `KubeDescheduler` CRD.
.. Navigate to *Administration* -> *Custom Resource Definitions*.
.. Enter `KubeDescheduler` into the filter box.
.. Click the Options menu {kebab} next to the *KubeDescheduler* entry and select *Delete CustomResourceDefinition*.
.. In the confirmation dialog, click *Delete*.

1
nodes/scheduling/images Symbolic link
View File

@@ -0,0 +1 @@
../../images/

1
nodes/scheduling/modules Symbolic link
View File

@@ -0,0 +1 @@
../../modules

View File

@@ -30,3 +30,6 @@ include::modules/nodes-descheduler-filtering-priority.adoc[leveloffset=+1]
// Configuring additional descheduler settings
include::modules/nodes-descheduler-configuring-other-settings.adoc[leveloffset=+1]
// Uninstalling the descheduler
include::modules/nodes-descheduler-uninstalling.adoc[leveloffset=+1]