Skip to content

Commit de14593

Browse files
Fix display glitches
1 parent 4820460 commit de14593

File tree

1 file changed

+7
-7
lines changed
  • content/integrate/redis-data-integration/installation

1 file changed

+7
-7
lines changed

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

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -178,10 +178,10 @@ it without the `noexec` option. See
178178
or your company policy forbids you to install there. You can
179179
select a different directory for the K3s installation using the
180180
`--installation-dir` option with `install.sh`:
181-
182-
```bash
183-
sudo ./install.sh --installation-dir <custom-installation-directory>
184-
```
181+
```bash
182+
sudo ./install.sh --installation-dir <custom-installation-directory>
183+
```
184+
{{< /note >}}
185185

186186
**Advanced**: You can also pass custom K3s parameters to the installer using the
187187
`INSTALL_K3S_EXEC` environment variable. For example, to set the kubeconfig file
@@ -195,10 +195,10 @@ it without the `noexec` option. See
195195
[K3s documentation](https://docs.k3s.io/installation/configuration) for a full list of
196196
available options.
197197

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

203203
The RDI installer collects all necessary configuration details and alerts you to potential issues,
204204
offering options to abort, apply fixes, or provide additional information.

0 commit comments

Comments
 (0)