mirror of
https://github.com/openshift/openshift-docs.git
synced 2026-02-07 09:46:53 +01:00
34 lines
1.4 KiB
Plaintext
34 lines
1.4 KiB
Plaintext
// Module included in the following assemblies:
|
|
//
|
|
// * nodes/pods/run_once_duration_override/run-once-duration-override-uninstall.adoc
|
|
|
|
:_mod-docs-content-type: PROCEDURE
|
|
[id="rodoo-uninstall-operator_{context}"]
|
|
= Uninstalling the {run-once-operator}
|
|
|
|
You can use the web console to uninstall the {run-once-operator}. Uninstalling the {run-once-operator} does not unset the `activeDeadlineSeconds` field for run-once pods, but it will no longer apply the override value to future run-once pods.
|
|
|
|
.Prerequisites
|
|
|
|
* You have access to the cluster with `cluster-admin` privileges.
|
|
* You have access to the {product-title} web console.
|
|
* You have installed the {run-once-operator}.
|
|
|
|
.Procedure
|
|
|
|
. Log in to the {product-title} web console.
|
|
|
|
. Navigate to *Operators* -> *Installed Operators*.
|
|
|
|
. Select `openshift-run-once-duration-override-operator` from the *Project* dropdown list.
|
|
|
|
. Delete the `RunOnceDurationOverride` instance.
|
|
.. Click *{run-once-operator}* and select the *Run Once Duration Override* tab.
|
|
.. Click the Options menu {kebab} next to the *cluster* entry and select *Delete RunOnceDurationOverride*.
|
|
.. In the confirmation dialog, click *Delete*.
|
|
|
|
. Uninstall the {run-once-operator} Operator.
|
|
.. Navigate to *Operators* -> *Installed Operators*.
|
|
.. Click the Options menu {kebab} next to the *{run-once-operator}* entry and click *Uninstall Operator*.
|
|
.. In the confirmation dialog, click *Uninstall*.
|