Skip to content

Fixes cluster upgrade #865

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

Merged
merged 5 commits into from
Jul 17, 2024
Merged
Changes from 3 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
20 changes: 10 additions & 10 deletions docs/admin/runai-setup/cluster-setup/cluster-upgrade.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,16 +13,16 @@ and record the chart version in the form of `runai-cluster-<version-number>`

## Upgrade Run:ai cluster


### Upgrade to version 2.15

The cluster installation has changed in version 2.15 such that no _values file_ ia needed and old customizations do not have to be copied. Hence, simply follow the instructions for [Installing Run:ai](cluster-install.md#install-runai) to install Run:ai.

All customizations done in `RunaiConfig` are saved during the upgrade.

### Upgrade from version 2.9, 2.10, 2.11 or 2.12 to version 2.13


### Upgrade from version 2.15+
* In the Run:ai interface, navigate to `Clusters`.
* Select the cluster you wish to upgrade.
* Click on `Get Installation instructions`.
* Choose the `Run:ai version` to be installed on the Cluster.
* Press `Continue`.
* Copy the [Helm](https://helm.sh/docs/intro/install/) command provided in the `Installation Instructions` and run it on in the cluster.
* In case of a failure, see the [Installation troubleshooting guide](../../troubleshooting/troubleshooting.md#installation).

### Upgrade from version 2.9, 2.10, 2.11 or 2.12
Run:

```
Expand Down