Skip to content
Open
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
6 changes: 5 additions & 1 deletion docs/cluster_admin/updating_and_deletion.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,11 @@ Zero downtime rolling updates are supported starting with release
`v0.17.0` onward. Updating from any release prior to the KubeVirt
`v0.17.0` release is not supported.

> Note: Updating is only supported from N-1 to N release.
> Note: Updating is only supported from N-1 to N release in the following form:
> - Upgrading from one minor version to the next (for example, from v1.6.3 to v1.7.0).
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

Now here we should also clarify if v1.6.2 -> 1.7.0 is supported or not.

> - Upgrading to a later patch version (for example, from v1.6.2 to v1.6.3).
>
> Not supported example: from v1.5.2 to v1.7.0

Updates are triggered one of two ways.

Expand Down