Open HumairAK opened 3 months ago
[APPROVALNOTIFIER] This PR is NOT APPROVED
This pull-request has been approved by: Once this PR has been reviewed and has the lgtm label, please ask for approval from humairak. For more information see the Kubernetes Code Review Process.
The full list of commands accepted by this bot can be found here.
A new image has been built to help with testing out this PR: quay.io/opendatahub/data-science-pipelines-operator:pr-692
An OCP cluster where you are logged in as cluster admin is required.
To use this image run the following:
cd $(mktemp -d)
git clone git@github.com:opendatahub-io/data-science-pipelines-operator.git
cd data-science-pipelines-operator/
git fetch origin pull/692/head
git checkout -b pullrequest aa064649e73047e955701fca258af86966d6eb8a
oc new-project opendatahub
make deploy IMG="quay.io/opendatahub/data-science-pipelines-operator:pr-692"
More instructions here on how to deploy and test a Data Science Pipelines Application.
/hold
I think we need to still investigate this in more detail on the root cause, it's not yet clear it's related to the finalizer, and there's a lot of flakiness involved in reproducing it
this should fix the errors that occur when dspa is deleted, which seems to happen because finalizers are removed (and thus dspa clean up happens before status update is called)