Skip to content

Force update rolling deployments #117

@ryan109

Description

@ryan109

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions