Skip to content

Commit 17ebc97

Browse files
committed
removed 2.7 2.8 from cp docs
1 parent e161e4c commit 17ebc97

File tree

2 files changed

+0
-7
lines changed

2 files changed

+0
-7
lines changed

docs/admin/runai-setup/self-hosted/k8s/upgrade.md

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,6 @@ To remove the ownership in an older installation, run:
5555
kubectl patch pvc -n runai-backend pvc-thanos-receive -p '{"metadata": {"annotations":{"helm.sh/resource-policy": "keep"}}}'
5656
kubectl patch pvc -n runai-backend pvc-postgresql -p '{"metadata": {"annotations":{"helm.sh/resource-policy": "keep"}}}'
5757
```
58-
5958
#### Ingress
6059

6160
Delete the ingress object which will be recreated by the control plane upgrade
@@ -72,9 +71,7 @@ The Run:ai control-plane installation has been rewritten and is no longer using
7271

7372

7473
## Upgrade Control Plane
75-
7674
### Upgrade from version 2.13, or later
77-
7875
=== "Connected"
7976

8077
``` bash
@@ -87,9 +84,7 @@ The Run:ai control-plane installation has been rewritten and is no longer using
8784
helm get values runai-backend -n runai-backend > runai_control_plane_values.yaml
8885
helm upgrade runai-backend control-plane-<NEW-VERSION>.tgz -n runai-backend -f runai_control_plane_values.yaml --reset-then-reuse-values
8986
```
90-
9187
### Upgrade from version 2.9
92-
9388
* Create a `tls secret` as described in the [control plane installation](backend.md).
9489
* Upgrade the control plane as described in the [control plane installation](backend.md). During the upgrade, you must tell the installation __not__ to create the two PVCs:
9590

docs/admin/runai-setup/self-hosted/ocp/upgrade.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,6 @@ The Run:ai control-plane installation has been rewritten and is no longer using
6565
* 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.
6666
* Search for the customizations you found in the [optional configurations](./backend.md#additional-runai-configurations-optional) table and add them in the new format.
6767

68-
6968
## Upgrade Control Plane
7069
### Upgrade from version 2.13, or later
7170
=== "Connected"
@@ -80,7 +79,6 @@ The Run:ai control-plane installation has been rewritten and is no longer using
8079
helm get values runai-backend -n runai-backend > runai_control_plane_values.yaml
8180
helm upgrade runai-backend control-plane-<NEW-VERSION>.tgz -n runai-backend -f runai_control_plane_values.yaml --reset-then-reuse-values
8281
```
83-
8482
### Upgrade from version 2.9
8583

8684
=== "Connected"

0 commit comments

Comments
 (0)