File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed
content/integrate/redis-data-integration/installation Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff 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
203203The RDI installer collects all necessary configuration details and alerts you to potential issues,
204204offering options to abort, apply fixes, or provide additional information.
You can’t perform that action at this time.
0 commit comments