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

Perform a rolling upgrade when updating the CONTAINER_IMAGE_TAG to another version #673

Open
evertmulder opened this issue Jan 29, 2021 · 2 comments

Comments

@evertmulder
Copy link

Currently we update our production environment quite often. When using the orchestrator and updating the CONTAINER_IMAGE_TAG to a newer version every pod is removed first and recreated, leading to at least 2-3 min of downtime of the API and UI. It would be nice up the existing deployment would be updated triggering an rolling update.
This would be especially useful for the UI and Webservice workers.

@miq-bot add-label enhancement

@bdunne
Copy link
Member

bdunne commented Feb 2, 2021

@jrafanie Would it make sense to tie these worker deployments to something like the CR rather than the orchestrator deployment? Would a new orchestrator be able to pickup and update the existing worker deployments?

@Fryguy
Copy link
Member

Fryguy commented Feb 2, 2021

I like the idea of being able to bounce the orchestrator independently from the workers. I think tying the workers to the CR would work.

@gtanzillo gtanzillo added this to Backlog in Roadmap Feb 4, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Roadmap
  
Backlog
Development

No branches or pull requests

5 participants