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

Add note about zero-downtime upgrades #15926

Merged
merged 1 commit into from Oct 27, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
14 changes: 11 additions & 3 deletions docs/04-operation-guides/operations/05-upgrade-kyma.md
@@ -1,10 +1,18 @@
---
title: Upgrade Kyma
title: Upgrade or Downgrade Kyma
---

You can use the `deploy` command not only to install Kyma but also to upgrade the Kyma version on the cluster. For example, you can specify the sources, components, and configuration values you want to use. For code examples, see [Install Kyma](02-install-kyma.md).
## Upgrade

You can use the `deploy` command not only to install Kyma, but also to upgrade the Kyma version on the cluster. For example, you can specify the sources, components, and configuration values you want to use.

For code examples, see [Install Kyma](02-install-kyma.md).

> **NOTE:** If you upgrade from one Kyma release to a newer one, the automatic compatibility check compares your current version and the new release.<br>
Copy link
Contributor

Choose a reason for hiding this comment

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

Just FYI: This </br> tag only works in GitHub, it won't work for you on the Website, but it does no harm, so it's OK to leave it :)

GitHub:
image
Website:
image

The compatibility check only works with release versions. If you installed Kyma from a PR, branch, revision, or local version, the compatibility cannot be checked.

> **CAUTION:** Downgrading your Kyma version is not officially supported.
> **CAUTION:** Zero-downtime upgrades are not supported.

## Downgrade

Downgrading your Kyma version is not supported.