Skip to content

Commit

Permalink
fix linting errors
Browse files Browse the repository at this point in the history
  • Loading branch information
ramganesh-ni committed Oct 24, 2023
1 parent a73545d commit ed24ec0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion release-notes/2023-10/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ The 2023-10 release for SystemLink Enterprise has been published to <https://dow

### Redis upgrade from 7.0 to 7.2

This release upgrades Redis from 7.0 to 7.2. This is a breaking change. Redis cluster needs to be upgraded as Helm will not perform this upgrade automatically. You can perform the upgrade using the below steps,
This release upgrades Redis from 7.0 to 7.2. This is a breaking change. Redis cluster needs to be upgraded as Helm will not perform this upgrade automatically. You can perform the upgrade using the below steps,
1. Set `webserver.redis-cluster.redis.update-strategy.type = OnDelete`
1. Run the Helm command to upgrade your deployment to this release.
1. Run `kubectl -n <namespace> delete pods <release>-webserver-redis-0 <release>-webserver-redis-1 release>-webserver-redis-2 <release>-webserver-redis-3 <release>-webserver-redis-4 <release>-webserver-redis-5`. The pods of the stateful set will be deleted and will be automatically recreated.
Expand Down

0 comments on commit ed24ec0

Please sign in to comment.