-
Notifications
You must be signed in to change notification settings - Fork 485
docs: tweak swap upgrade instructions #34126
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
docs: tweak swap upgrade instructions #34126
Conversation
| Swap allows for infrequently accessed data to be moved from memory to disk. Enabling swap reduces the memory required to operate Materialize and improves cost efficiency. Upgrades to v26 and later have swap enabled by default. | ||
|
|
||
| ## Upgrading to v26 with swap requires node preparation | ||
| We've added new labels to the node selectors for clusterd pods to enable smooth upgrades. As a result, if you are running v25.2.12 or earlier, your existing nodes will not match these selectors and won't be selected to run the pods. Before upgrading to v26, you must prepare your nodes by adding the required labels. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Q: is the v25.2.12 or earlier correct? Just asking because we're currently at v25.2.15 per
https://materializeinc.github.io/materialize/index.yaml and so the title of these pages and blurbs are a little weird.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes this isn't refering to the latest version it's referring to the version of the self-managed where the orchestrator /helm chart were updated to add labels.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
So then, it is correct for people to just use the regular upgrade (sure, currently, on this branch legacy TF) if they're at, let's say, v25.2.15?
doc/user/content/installation/install-on-aws/upgrade-to-swap.md
Outdated
Show resolved
Hide resolved
|
@kay-kim looks like we have merge conflicts on this one |
|
ok merge conflicts should be fixed! |
6189722
into
MaterializeInc:docs-upcoming-v26.0.0
No description provided.