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

Online image change: handle upgrade of the operator #145

Merged
merged 8 commits into from
Jan 27, 2022

Conversation

spilchen
Copy link
Collaborator

This adds upgrade logic for VerticaDB created from older versions of the operator. We changed the selector label for pods in the sts. The selector label is immutable, so in order to upgrade to the 1.3.0 release, the sts and their pods need to be destroyed. This is handled automatically by a new reconcile actor.

This means that when upgrade to the 1.3.0 release, any running Vertica instance will be stopped then restarted since deleting sts will cause the pods to go away.

A new github workflow was added so that we can change operator pod upgrades going forward.

@spilchen spilchen requested a review from roypaulin January 24, 2022 19:41
@spilchen spilchen self-assigned this Jan 24, 2022
@spilchen spilchen merged commit 0dfd0be into vertica:online-upgrade Jan 27, 2022
@spilchen spilchen deleted the online-upgrade-op-pod branch January 27, 2022 11:17
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.

1 participant