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

Deployment doesn't update containers #60

Open
needl3 opened this issue Aug 15, 2022 · 0 comments
Open

Deployment doesn't update containers #60

needl3 opened this issue Aug 15, 2022 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@needl3
Copy link
Member

needl3 commented Aug 15, 2022

As we push new changes and new image gets pushed to container registry, new container instance with same name however doesn't spawn by itself. As the docs say, this is intended feature so we have to first delete that container instance and then redeploy with new image. However this arises new problem of not being sure if the new container actually responds to requests or not i.e successfully deploys without any service degradation. To cope with this problem we have to check if some common requests are handled by newly spawned container instance. If not, we have to revert to previously running container. However this still will cut the service off some minutes while it validates.

@needl3 needl3 added the bug Something isn't working label Aug 16, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant