Skip to content

Commit e7cd95a

Browse files
committed
RUN-16775 Upgrade cluster from 2.16 to 2.17 fail
1 parent a97b23b commit e7cd95a

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

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

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,14 @@ title: Upgrade self-hosted Kubernetes installation
2020

2121
## Upgrade Control Plane
2222

23+
### Upgrade from Version 2.9, 2.13, 2.15 or 2.16
24+
25+
Before upgrading the control plane, run:
26+
27+
``` bash
28+
kubectl patch pv $POSTGRES_PV $THANOS_PV -p '{"spec":{"persistentVolumeReclaimPolicy":"Retain"}}'
29+
```
30+
2331
### Upgrade from Version 2.7 or 2.8
2432

2533
Before upgrading the control plane, run:

0 commit comments

Comments
 (0)