@@ -147,7 +147,8 @@ Follow the steps below for each of your VMs:
147147RDI uses a database on your Redis Enterprise cluster to store its state
148148information. * This requires Redis Enterprise v6.4 or greater* .
149149
150- The installer will ask you for cluster admin credentials. You should supply
150+ The installer gives you instructions to help you create secrets and create your pipeline.
151+ It will ask you for cluster admin credentials during installation. You should supply
151152these if you want the installer to create the RDI database for you.
152153
153154{{< note> }}The installer does not create the RDI Redis database with
@@ -163,9 +164,19 @@ If you don’t want the installation to create the RDI database for you:
163164 and TLS.
164165- Provide the installation with the required RDI database details.
165166
166- Once the installation is finished, RDI is ready for use.
167+ {{< note > }}If you specify ` localhost` as the address of the RDI database server during
168+ installation then the connection will fail if the actual IP address changes for the local
169+ VM. For this reason, we recommend that you don' t use `localhost` for the address. However,
170+ if you do encounter this problem, you can fix it using the following commands on the VM
171+ that is running RDI itself:
167172
168- {{< note> }}RDI gives you instructions to help you create secrets and create your pipeline.{{< /note> }}
173+ ```bash
174+ sudo k3s kubectl delete nodes --all
175+ sudo service k3s restart
176+ ```
177+ {{< /note >}}
178+
179+ After the installation is finished, RDI is ready for use.
169180
170181## "Silent" installation
171182
0 commit comments