Skip to content

Commit

Permalink
Merge pull request #401 from run-ai/v2.13
Browse files Browse the repository at this point in the history
V2.13
  • Loading branch information
jasonnovichRunAI authored Jul 13, 2023
2 parents 04b38eb + c7c19ad commit 334d976
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/admin/runai-setup/self-hosted/k8s/upgrade.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ kubectl delete ing -n runai-backend runai-backend-ingress

The Run:ai control-plane installation has been rewritten and is no longer using a _backend values file_. Instead, to customize the installation use standard `--set` flags. If you have previously customized the installation, you must now extract these customizations and add them as `--set` flag to the helm installation:

* Find previous customizations to the control-plane if such exist. Run:ai provides a utility for that here `wget https://raw.githubusercontent.com/run-ai/docs/v2.12/install/backend/create-self-signed.sh`. For information on how to use this utility please contact Run:ai customer support.
* Find previous customizations to the control plane if such exist. Run:ai provides a utility for that here `https://raw.githubusercontent.com/run-ai/docs/v2.13/install/backend/cp-helm-vals-diff.sh`. For information on how to use this utility please contact Run:ai customer support.
* Search for the customizations you found in the [optional configurations](./backend.md#optional-additional-configurations) table and add them in the new format.


Expand Down
2 changes: 1 addition & 1 deletion docs/admin/runai-setup/self-hosted/ocp/upgrade.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ kubectl patch pvc -n runai-backend pvc-postgresql -p '{"metadata": {"annotation

The Run:ai control-plane installation has been rewritten and is no longer using a _backend values file_. Instead, to customize the installation use standard `--set` flags. If you have previously customized the installation, you must now extract these customizations and add them as `--set` flag to the helm installation:

* Find previous customizations to the control-plane if such exist. Run:ai provides a utility for that here `wget https://raw.githubusercontent.com/run-ai/docs/v2.12/install/backend/create-self-signed.sh`. For information on how to use this utility please contact Run:ai customer support.
* Find previous customizations to the control plane if such exist. Run:ai provides a utility for that here `https://raw.githubusercontent.com/run-ai/docs/v2.13/install/backend/cp-helm-vals-diff.sh`. For information on how to use this utility please contact Run:ai customer support.
* Search for the customizations you found in the [optional configurations](./backend.md#optional-additional-configurations) table and add them in the new format.


Expand Down

0 comments on commit 334d976

Please sign in to comment.