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

Force update rolling deployments #117

Open
2 tasks
ryan109 opened this issue Nov 22, 2021 · 0 comments
Open
2 tasks

Force update rolling deployments #117

ryan109 opened this issue Nov 22, 2021 · 0 comments

Comments

@ryan109
Copy link
Contributor

ryan109 commented Nov 22, 2021

Description

Currently some deployments fail/timeout (mainly hydra) as we get caught with crashloopbackoff containers, rolling update expects things to be healthy before proceeding. Hoping if we force update these containers it won't hang around and proceed. This could potentially be dangerous if we do it for every deployment, so it should be a flag we pass into the CLI at deploytime.

Parts of the app this will impact

Possible Implementation

Technically how could this be implemented. Which areas of the code could it touch.

We just need to pass in force based on k8s client docs
https://github.com/kubernetes-client/python/blob/549482d8842a47c8b51122422e879e7cc497bf88/kubernetes/docs/AppsV1Api.md#patch_namespaced_deployment
Requires QA

Yes / No

Design Work

  • Currently blocked by design

Any links or notes that relate to design work for this feature

Backend Work

  • Currently blocked by BE

Any information about BE such as request URL's, JSON responses, errors or PR's

Acceptance Criteria

Clearly defined criteria for exactly how the feature should work

  1. When I do this
    It should do this

  2. Then if I do that
    It should do that

Additional Information

Related Links

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

1 participant