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

Document --keep_data behavior for Complete command #1818

Closed
wants to merge 6 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions content/en/docs/18.0/reference/vreplication/movetables.md
Original file line number Diff line number Diff line change
Expand Up @@ -258,6 +258,15 @@ See https://github.com/vitessio/vitess/pull/13895 and https://github.com/vitessi
and more details.
</div>

#### --keep-data
**optional**\
**default** false

<div class="cmd">

During `Complete` or `Cancel` operations, Keeps the original source table data that was copied by the MoveTables workflow. This is useful for retaining data for verification or other purposes.
</div>

#### --rename-tables
**optional**\
**default** false
Expand Down
23 changes: 23 additions & 0 deletions content/en/docs/operator/kubernetes-versions.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
# Kubernetes Version Support and Recommendations

The Vitess operator supports a range of Kubernetes versions, with varying levels of support and recommendation.

## Support Policy Schedule

The following schedule outlines when a Kubernetes version will start being supported, become the primary recommendation, and eventually stop being supported:

* **Support start**: When a new Kubernetes version is released, we will start supporting it within 2-3 months, pending compatibility testing.
* **Primary recommendation**: We will recommend the latest Kubernetes version that has been supported for at least 6 months, and has been tested extensively with the Vitess operator.
* **Support end**: We will stop supporting a Kubernetes version 12 months after its initial release, or when it reaches end-of-life (EOL) according to the Kubernetes project, whichever comes first.

## Recommended Kubernetes Versions

The Vitess operator recommends using Kubernetes versions 1.15 through 1.17, which have been extensively tested and validated.

## Cloud Provider Support

For explicitly supported cloud providers, such as GKE and EKS, we guarantee to support at least one Kubernetes version that overlaps with the versions they offer.

## Current Recommendation

As of the latest Vitess operator release (2.0.0), we recommend using Kubernetes 1.16, which is the primary version tested against.