File tree Expand file tree Collapse file tree 2 files changed +22
-0
lines changed
content/integrate/redis-data-integration Expand file tree Collapse file tree 2 files changed +22
-0
lines changed Original file line number Diff line number Diff line change @@ -177,6 +177,20 @@ Follow the steps below for each of your VMs:
177177 ` ` ` bash
178178 sudo ./install.sh
179179 ` ` `
180+
181+ {{< note > }}RDI uses [K3s](https://k3s.io/) as part of its implementation.
182+ By default, the installer installs K3s in the ` /var/lib` directory,
183+ but this might be a problem if you have limited space in ` /var`
184+ or your company policy forbids you to install there. You can
185+ select a different directory for the K3s installation using the
186+ ` --installation-dir` option with ` install.sh` (or
187+ [` redis-di install` ]({{< relref " /integrate/redis-data-integration/reference/cli/redis-di-install" > }})):
188+
189+ ` ` ` bash
190+ sudo ./install.sh --installation-dir < custom-directory-path>
191+ ` ` `
192+ {{< /note > }}
193+
180194RDI uses a database on your Redis Enterprise cluster to store its state
181195information. * This requires Redis Enterprise v6.4 or greater* .
182196
Original file line number Diff line number Diff line change @@ -40,6 +40,12 @@ Usage: redis-di install [OPTIONS]
4040
4141 Run installer in online mode
4242
43+ * ` installation-dir ` :
44+ * Type: STRING
45+ * Default: ` /var/lib `
46+ * Usage: ` --installation-dir `
47+
48+ Custom installation directory
4349
4450* ` help ` :
4551 * Type: BOOL
@@ -62,5 +68,7 @@ Options:
6268 [default: WARN]
6369 -f, --file FILE Path to a TOML configuration file for silent
6470 installation
71+ --installation-dir Custom installation directory
72+
6573 --help Show this message and exit.
6674```
You can’t perform that action at this time.
0 commit comments