Skip to content

Commit 4820460

Browse files
Fix VM install warning box
1 parent 0b364c7 commit 4820460

File tree

2 files changed

+10
-6
lines changed

2 files changed

+10
-6
lines changed

config.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ rdi_redis_gears_version = "1.2.6"
5555
rdi_debezium_server_version = "2.3.0.Final"
5656
rdi_db_types = "cassandra|mysql|oracle|postgresql|sqlserver"
5757
rdi_cli_latest = "latest"
58-
rdi_current_version = "1.14.1"
58+
rdi_current_version = "1.15.0"
5959

6060
[params.clientsConfig]
6161
"Python"={quickstartSlug="redis-py"}

content/integrate/redis-data-integration/installation/install-vm.md

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -183,17 +183,21 @@ it without the `noexec` option. See
183183
sudo ./install.sh --installation-dir <custom-installation-directory>
184184
```
185185

186-
**Advanced**: You can also pass custom K3s parameters to the installer using the `INSTALL_K3S_EXEC` environment variable. For example, to set the kubeconfig file permissions to be readable by all users:
186+
**Advanced**: You can also pass custom K3s parameters to the installer using the
187+
`INSTALL_K3S_EXEC` environment variable. For example, to set the kubeconfig file
188+
permissions to be readable by all users:
187189

188190
```bash
189191
sudo INSTALL_K3S_EXEC='--write-kubeconfig-mode=644' ./install.sh
190192
```
191193

192-
You can combine multiple K3s options in the `INSTALL_K3S_EXEC` variable. See the [K3s documentation](https://docs.k3s.io/installation/configuration) for a full list of available options.
194+
You can combine multiple K3s options in the `INSTALL_K3S_EXEC` variable. See the
195+
[K3s documentation](https://docs.k3s.io/installation/configuration) for a full list of
196+
available options.
193197

194-
{{<warning>}}
195-
Only modify K3s parameters if you understand exactly what you are changing and why. Incorrect K3s configuration can cause RDI installation to fail or result in an unstable deployment.
196-
{{</warning>}}
198+
**WARNING**: Only modify K3s parameters if you understand exactly what you are changing
199+
and why. Incorrect K3s configuration can cause RDI installation to fail or result in an
200+
unstable deployment.
197201
{{< /note >}}
198202

199203
The RDI installer collects all necessary configuration details and alerts you to potential issues,

0 commit comments

Comments
 (0)