From 0520a6a2da4b6499ebd5e911cc6e496c90e3f739 Mon Sep 17 00:00:00 2001 From: CIakab-NI <127735155+CIakab-NI@users.noreply.github.com> Date: Wed, 11 Oct 2023 18:43:42 +0300 Subject: [PATCH] Update README.md --- release-notes/2023-10/README.md | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/release-notes/2023-10/README.md b/release-notes/2023-10/README.md index 25e72957..2afb6584 100644 --- a/release-notes/2023-10/README.md +++ b/release-notes/2023-10/README.md @@ -14,10 +14,10 @@ The 2023-10 release bundle for SystemLink Enterprise has been published to delete pods -webserver-redis-0 -webserver-redis-1 -webserver-redis-2 -webserver-redis-3 -webserver-redis-4 -webserver-redis-5' + - 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 should be automatically recreated in parallel. - Remove the overide of the redis update-strategy from the configuration. You can re-deploy to apply this change but it is not required. - - Option #2: Prior to upgrade, run: 'kubectl -n delete statefulset -webserver-redis' + - Option #2: Prior to upgrade, run: kubectl -n <`namespace`> delete statefulset <`release`>-webserver-redis - This will delete the redis cluster, preventing UI access to the application. - Now run the upgrade deployment. The redis cluster will be recreated and deployed in parallel. - Once upgraded, Redis storage will be incompatibile with older versions of the software. If it is necessary to downgrade to an older version, you must perform a hard reset on the redis cluster: https://dev.azure.com/ni/DevCentral/_wiki/wikis/Stratus/32476/How-to-repair-a-Redis-cluster?anchor=perform-a-hard-reset-of-a-redis-cluster-without-deleting-the-helm-deployment# @@ -37,6 +37,8 @@ The 2023-10 release bundle for SystemLink Enterprise has been published to ") (<> will be replaced during per-service Helm install/upgrade) - - Customers can use per-service user/password combinations ("mongodb+srv://:@host/") (<> will be replaced during per-service Helm install/upgrade) + - Customers can specify the user/password directly in the global ("mongodb+srv://user:pass@host/<`database`>") (<> will be replaced during per-service Helm install/upgrade) + - Customers can use per-service user/password combinations ("mongodb+srv://<`username`>:<`password`>@host/<`database`>") (<> will be replaced during per-service Helm install/upgrade) - CRITICAL - The systemlink Helm chart defaults to connect to an external MongoDB instance - If you have an existing installation of SLE you MUST etiher set `global.mongodb.install` to `true` or migrate your existing data to an external MongoDB instance and provide the connection string in `global.mongodb.connection_string` - dataframeservice