You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I uninstall the pipeline-operator from the OperatorHub it doesn't delete all the resources.
oc get crd
output after uninstalling the pipeline-operator.
pipelineresources.tekton.dev 2020-01-07T07:57:19Z
pipelineruns.tekton.dev 2020-01-07T07:57:18Z
pipelines.tekton.dev 2020-01-07T07:57:18Z
after uninstalling the pipeline-operator from OperatorHub it should delete all the tekton resources.
@sudhirverma To the best of my knowledge this is the expected behaviour of Operator Lifecycle Manager. I do agree it sounds counter intuitive. The recommended way to uninstall the operator is to remove the cluster-wide CR (custom-resource) called cluster which the operator creates automatically when it is subscribed to e.g.
When I uninstall the pipeline-operator from the OperatorHub it doesn't delete all the resources.
after uninstalling the pipeline-operator from OperatorHub it should delete all the tekton resources.
issue: redhat-developer/vscode-tekton#1
The text was updated successfully, but these errors were encountered: