Skip to content
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

Uninstall procedure #66

Closed
dmage opened this issue Nov 9, 2018 · 1 comment
Closed

Uninstall procedure #66

dmage opened this issue Nov 9, 2018 · 1 comment

Comments

@dmage
Copy link
Member

dmage commented Nov 9, 2018

We need a mechanism that will allow us to remove the registry. We have the ManagementState removed, but there is no indication of the removal progress. I can't delete the custom resource because the operator will re-bootstrap it.

I need this because I want to uninstall the operator and removed everything that was generated by the operator.

@bparees
Copy link
Contributor

bparees commented Nov 9, 2018

the status "progressing" should reflect this information.

progressing=true - we are deleting the registry
progressing=false - we are done deleting the registry

Not sure how to handle the race condition between the time the user marks the resource removed, and the time the status gets updated to progressing=true, however.

i'm not entirely averse to another status condition "Removed=true/false" which could be updated when the removal was completed and when registries are created.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants