Skip to content

Commit

Permalink
Update keeper_migration_from_23_to_24.md
Browse files Browse the repository at this point in the history
Added volumeName mapping example
  • Loading branch information
alex-zaitsev authored Oct 14, 2024
1 parent 397ba75 commit d963502
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion docs/keeper_migration_from_23_to_24.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,16 @@ The biggest problem is volume. In order to remap volume, following steps need to

6. Upgrade operator to 0.24.x
7. Deploy new CHK with following changes:
* Add ‘volumeName’ to volumeClaimTemplate referencing the old volume
* Add ‘volumeName’ to CHK volumeClaimTemplate referencing the old volume

```
volumeClaimTemplates:
- name: default
spec:
...
volumeName: $PV
```

* Add settings to mount logs and raft coordination to folders matching old operator:

```
Expand Down

0 comments on commit d963502

Please sign in to comment.