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

Refactor finalizers #77

Open
paynejacob opened this issue Aug 31, 2021 · 0 comments
Open

Refactor finalizers #77

paynejacob opened this issue Aug 31, 2021 · 0 comments

Comments

@paynejacob
Copy link
Collaborator

Each flowtest should have a finalizer on it that is removed once all resources generated by the operator have been terminated. The operator it's self should have a finalizer on it's own deployment that is removed once the operator has deleted all flowtests. The operator deployment finalizer should be added by the operator after a successful startup. This means that if you delete the operator's deployment it will trigger the operator deleting all flowtests. This will in turn trigger all resources generated by the operator being deleted.

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

No branches or pull requests

1 participant