From 33ec5a4b4ad92467bb72303da7ed3cdcfe9addd0 Mon Sep 17 00:00:00 2001 From: cbippley Date: Tue, 27 Jan 2026 15:52:48 -0500 Subject: [PATCH] OSDOCS-17797 adding unsupported snippet to RODOO --- nodes/pods/run_once_duration_override/index.adoc | 4 ++++ .../run-once-duration-override-install.adoc | 4 ++++ .../run-once-duration-override-release-notes.adoc | 14 +++----------- .../run-once-duration-override-uninstall.adoc | 3 +++ 4 files changed, 14 insertions(+), 11 deletions(-) diff --git a/nodes/pods/run_once_duration_override/index.adoc b/nodes/pods/run_once_duration_override/index.adoc index 54b385e4f1..c05bc38ff9 100644 --- a/nodes/pods/run_once_duration_override/index.adoc +++ b/nodes/pods/run_once_duration_override/index.adoc @@ -6,7 +6,11 @@ include::_attributes/common-attributes.adoc[] toc::[] +[role="_abstract"] You can use the {run-once-operator} to specify a maximum time limit that run-once pods can be active for. +:operator-name: The {run-once-operator} +include::snippets/operator-not-available.adoc[] + // About the {run-once-operator} include::modules/rodoo-about.adoc[leveloffset=+1] diff --git a/nodes/pods/run_once_duration_override/run-once-duration-override-install.adoc b/nodes/pods/run_once_duration_override/run-once-duration-override-install.adoc index fb9c1ecb04..9cf578fa60 100644 --- a/nodes/pods/run_once_duration_override/run-once-duration-override-install.adoc +++ b/nodes/pods/run_once_duration_override/run-once-duration-override-install.adoc @@ -6,8 +6,12 @@ include::_attributes/common-attributes.adoc[] toc::[] +[role="_abstract"] You can use the {run-once-operator} to specify a maximum time limit that run-once pods can be active for. By enabling the run-once duration override on a namespace, all future run-once pods created or updated in that namespace have their `activeDeadlineSeconds` field set to the value specified by the {run-once-operator}. +:operator-name: The {run-once-operator} +include::snippets/operator-not-available.adoc[] + [NOTE] ==== If both the run-once pod and the {run-once-operator} have their `activeDeadlineSeconds` value set, the lower of the two values is used. diff --git a/nodes/pods/run_once_duration_override/run-once-duration-override-release-notes.adoc b/nodes/pods/run_once_duration_override/run-once-duration-override-release-notes.adoc index 77aa0e2edf..f419fca45a 100644 --- a/nodes/pods/run_once_duration_override/run-once-duration-override-release-notes.adoc +++ b/nodes/pods/run_once_duration_override/run-once-duration-override-release-notes.adoc @@ -6,6 +6,7 @@ include::_attributes/common-attributes.adoc[] toc::[] +[role="_abstract"] Cluster administrators can use the {run-once-operator} to force a limit on the time that run-once pods can be active. After the time limit expires, the cluster tries to terminate the run-once pods. The main reason to have such a limit is to prevent tasks such as builds to run for an excessive amount of time. To apply the run-once duration override from the {run-once-operator} to run-once pods, you must enable it on each applicable namespace. @@ -14,14 +15,5 @@ These release notes track the development of the {run-once-operator} for {produc For an overview of the {run-once-operator}, see xref:../../../nodes/pods/run_once_duration_override/index.adoc#run-once-about_run-once-duration-override-about[About the {run-once-operator}]. -[id="run-once-duration-override-operator-release-notes-1-3-0_{context}"] -== {run-once-operator} 1.3.0 - -Issued: 9 July 2025 - -The following advisory is available for the {run-once-operator} 1.3.0: (link:https://access.redhat.com/errata/RHBA-2025:10725[RHBA-2025-10725]) - -[id="run-once-duration-override-operator-1-3-0-bug-fixes_{context}"] -=== Bug fixes - -* This release of the {run-once-operator} addresses several Common Vulnerabilities and Exposures (CVEs). \ No newline at end of file +:operator-name: The {run-once-operator} +include::snippets/operator-not-available.adoc[] \ No newline at end of file diff --git a/nodes/pods/run_once_duration_override/run-once-duration-override-uninstall.adoc b/nodes/pods/run_once_duration_override/run-once-duration-override-uninstall.adoc index 7d9a50d722..8b29b5a268 100644 --- a/nodes/pods/run_once_duration_override/run-once-duration-override-uninstall.adoc +++ b/nodes/pods/run_once_duration_override/run-once-duration-override-uninstall.adoc @@ -8,6 +8,9 @@ toc::[] You can remove the {run-once-operator} from {product-title} by uninstalling the Operator and removing its related resources. +:operator-name: The {run-once-operator} +include::snippets/operator-not-available.adoc[] + // Uninstalling the {run-once-operator} include::modules/rodoo-uninstall-operator.adoc[leveloffset=+1]