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

helm: multiple schema and vschema jobs #4388

Merged
merged 1 commit into from
Nov 27, 2018

Conversation

sougou
Copy link
Contributor

@sougou sougou commented Nov 25, 2018

Since jobs are one-time non-updateable processes, we need
a way to allow evolution. This change allows you to name
the schema and vschema specs, thereby allowing you to
add new schema changes, and expire completed jobs.

Signed-off-by: Sugu Sougoumarane ssougou@gmail.com

Since jobs are one-time non-updateable processes, we need
a way to allow evolution. This change allows you to name
the schema and vschema specs, thereby allowing you to
add new schema changes, and expire completed jobs.

Signed-off-by: Sugu Sougoumarane <ssougou@gmail.com>
Copy link
Member

@derekperkins derekperkins left a comment

Choose a reason for hiding this comment

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

I think this is a good change. I'm trying to think how I want to use it. By never deleting any jobs, you have a record in k8s of exactly when they were applied which is nice. That'd also require a workflow that called for a helm upgrade for every application.

Anyhow, I like this and as people start using it, we can think about continuing to flesh out the process.

@sougou sougou merged commit 66a73bf into vitessio:master Nov 27, 2018
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.

2 participants