diff --git a/docs/keeper_migration_from_23_to_24.md b/docs/keeper_migration_from_23_to_24.md index 45116b5da..959804e7f 100644 --- a/docs/keeper_migration_from_23_to_24.md +++ b/docs/keeper_migration_from_23_to_24.md @@ -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: ```