Skip to content
Discussion options

You must be logged in to vote

There is a doc guide that lists feature flags. It's usually updated every so often, and feature flags are introduced whenever there is a need to retain mixed version cluster compatibility or safety.

When jumping multiple release series, it is usually a good idea to

In other words, not going from 3.8.9 to 3.9.0 then 3.10.0 then 3.11.0 then 3.12.0
but from 3.8.9 to 3.8.35, then 3.9.29, then 3.10.24, then 3.11.18.

Sometimes jumping two series will work fine and sometimes it won't, e.g. because some feature flags
become required. Our pipelines only test upgrades from N-1 (the previous release series), us…

Replies: 2 comments 1 reply

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@sgoerres
Comment options

Answer selected by sgoerres
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #8590 on June 16, 2023 14:59.