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

Create template migration snippets #2287

Open
2 tasks
aarnq opened this issue Sep 23, 2024 · 0 comments
Open
2 tasks

Create template migration snippets #2287

aarnq opened this issue Sep 23, 2024 · 0 comments
Labels
kind/feature New feature or request

Comments

@aarnq
Copy link
Contributor

aarnq commented Sep 23, 2024

Proposed feature

When we update a larger set of components we most likely need a migration snippet to do some special steps for that stack.

So, we should add custom upgrade snippets that can be reused between versions, as many of those can be reused between versions.

Additionally, it would then be possible to add rollback support there, which then doesn't have to be reinvented between versions.

Proposed alternatives

One example is OpenSearch, as it has requirements for when things are upgraded so certain configuration jobs run after the core components have been updated.

Additional context

Note, that these migration snippets must never do unnecessary changes to a cluster!

Example, it should not assume it needs to always rerun opensearch-configurer because opensearch might have been upgraded, it should be clear conditions that reruns it when it has upgraded.

Definition of done

  • Migration template includes predefined snippets
    • Fluentd
    • Grafana
    • Harbor
    • OpenSearch
    • Prometheus
    • Thanos
  • This new feature is covered by contributor/migration documentation
@aarnq aarnq added the kind/feature New feature or request label Sep 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/feature New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant