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

fix(manifests): Set deployment strategy to recreate to prevent concurrent replicas #364

Merged
merged 1 commit into from
Jan 23, 2022

Conversation

NickLarsenNZ
Copy link
Contributor

@NickLarsenNZ NickLarsenNZ commented Jan 22, 2022

Set strategy: Recreate to stop rolling deployments with concurrent replicas


Looks like the workflow uses Kustomize 2.0.2. Newer versions replace bases with resources (see b432ebe), which seems to cause the make manifests check to fail.

I used the following which failed, so I reverted the change it made.

{Version:kustomize/v4.4.1 GitCommit:b2d65ddc98e09187a8e38adc27c30bab078c1dbf BuildDate:2021-11-11T23:27:14Z GoOs:darwin GoArch:amd64}

@CLAassistant
Copy link

CLAassistant commented Jan 22, 2022

CLA assistant check
All committers have signed the CLA.

@jannfis jannfis changed the title Set deployment strategy to recreate to prevent concurrent replicas chore: Set deployment strategy to recreate to prevent concurrent replicas Jan 23, 2022
Copy link
Contributor

@jannfis jannfis left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM. Thanks @NickLarsenNZ !

@jannfis jannfis changed the title chore: Set deployment strategy to recreate to prevent concurrent replicas fix(manifests): Set deployment strategy to recreate to prevent concurrent replicas Jan 23, 2022
@jannfis jannfis merged commit 71551f9 into argoproj-labs:master Jan 23, 2022
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

Successfully merging this pull request may close these issues.

Concurrent image-updaters running during rollout
3 participants