-
Notifications
You must be signed in to change notification settings - Fork 140
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
MCAD and InstaScale CRs are not deleted after removal of DataScienceCluster CR #510
Comments
@zdtsw FYI |
To be clear for the scope of this issue, for the current code baseline, |
in the 1.33 RC1 build for RHODS, using the 1.33 RC1 build for Codeflare, I was not able to get the MCAD pod to be terminated after deleting the DSC CR (all other RHODS pods have been deleted). As @zdtsw said, I was not able to find an InstaScale CR/Pod created after installing Codeflare and enabling the component. |
re-open it and i will need to reproduce this tomorrow to see if it is related to the #550 |
Actually, this issue becomes obsolete. With the latest redesign (project-codeflare/codeflare-operator#216) the MCAD and InstaScale CRs are removed from CodeFlare. |
shoud we close this issue and skip verification in ODH operator? @lugi0 |
As long as we don't care about what behaviour it has in 1.33? |
if we all agree that we will not continue this issue, i can have it closed, and revert the change in #511 |
@zdtsw sounds good to me. |
Describe the bug
If you create DataScienceCluster CR with codeflare enabled and then delete it, the MCAD and InstaScale CRs are not deleted. I would expect them to be deleted too as DataScienceCluster should own them.
To Reproduce
Steps to reproduce the behavior:
opendatahub
namespace startsActual behavior
InstaScale and MCAD pods remain running. InstaScale and MCAD CRs in CodeFlare operator (created by DataScienceCluster) still exist.
Expected behavior
A clear and concise description of what you expected to happen.
All pods from
opendatahub
namespace are deleted, namespace is empty. InstaScale and MCAD CRs are deleted.Screenshots
Additional context
Based on preliminary investigations the MCAD and InstaScale CRs are missing OwnerReference to DataScienceCluster.
The text was updated successfully, but these errors were encountered: