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

Graceful shutdown #77

Open
cschwede opened this issue Aug 30, 2019 · 0 comments
Open

Graceful shutdown #77

cschwede opened this issue Aug 30, 2019 · 0 comments
Assignees
Labels
enhancement New feature or request
Milestone

Comments

@cschwede
Copy link
Member

We need to ensure operator actions have been finished successfully before shutting down the operator, eg. if receiving a SIGTERM.

Todo:

  1. Send a notification to a channel once all operations are done
  2. Add a goroutine & channels to block exiting until notification sent
  3. Test timeouts with OLM and adopt them as needed
@cschwede cschwede added the enhancement New feature or request label Aug 30, 2019
@cschwede cschwede added this to the v1.0.0 milestone Aug 30, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants