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

created_procedure_module

This commit is contained in:
vathakur
2025-05-21 21:50:34 +05:30
committed by openshift-cherrypick-robot
parent f6872ca62c
commit faf6612f54
2 changed files with 29 additions and 0 deletions

View File

@@ -0,0 +1,25 @@
// Module included in the following assemblies:
//
// * virt/virtual_machines/virt-deprecated-tasks.adoc
:_mod-docs-content-type: PROCEDURE
[id="virt-deprecated-tasks.web.adoc_{context}"]
= Removing deprecated or unused resources
You can clean up deprecated or unused resources associated with the {pipelines-title} Operator.
.Procedure
* Remove any remaining {pipelines-shortname} resources from the cluster by running the following command:
+
[source,terminal]
----
$ oc delete clusterroles,rolebindings,serviceaccounts,configmaps,pipelines,tasks \
--selector 'app.kubernetes.io/managed-by=ssp-operator' \
--selector 'app.kubernetes.io/component in (tektonPipelines,tektonTasks)' \
--selector 'app.kubernetes.io/name in (tekton-pipelines,tekton-tasks)' \
--ignore-not-found \
--all-namespaces
----
+
If the {pipelines-title} Operator custom resource definitions (CRDs) have already been removed, the command may return an error. You can safely ignore this, as all other matching resources will still be deleted.

View File

@@ -6,6 +6,7 @@ include::_attributes/common-attributes.adoc[]
toc::[]
link:https://docs.openshift.com/pipelines/latest/about/understanding-openshift-pipelines.html[{pipelines-title}] is a Kubernetes-native CI/CD framework that allows developers to design and run each step of the CI/CD pipeline in its own container.
By using {pipelines-shortname} tasks and the example pipeline, you can do the following:
@@ -43,6 +44,9 @@ include::modules/virt-running-ssp-pipeline-web.adoc[leveloffset=+2]
include::modules/virt-running-ssp-pipeline-cli.adoc[leveloffset=+2]
include::modules/virt-deprecated-tasks-web.adoc[leveloffset=+1]
[role="_additional-resources"]
[id="additional-resources_virt-managing-vms-openshift-pipelines"]
== Additional resources