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:
177
177
` ` ` bash
178
178
sudo ./install.sh
179
179
` ` `
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
+
180
194
RDI uses a database on your Redis Enterprise cluster to store its state
181
195
information. * This requires Redis Enterprise v6.4 or greater* .
182
196
Original file line number Diff line number Diff line change @@ -40,6 +40,12 @@ Usage: redis-di install [OPTIONS]
40
40
41
41
Run installer in online mode
42
42
43
+ * ` installation-dir ` :
44
+ * Type: STRING
45
+ * Default: ` /var/lib `
46
+ * Usage: ` --installation-dir `
47
+
48
+ Custom installation directory
43
49
44
50
* ` help ` :
45
51
* Type: BOOL
@@ -62,5 +68,7 @@ Options:
62
68
[default: WARN]
63
69
-f, --file FILE Path to a TOML configuration file for silent
64
70
installation
71
+ --installation-dir Custom installation directory
72
+
65
73
--help Show this message and exit.
66
74
```
You can’t perform that action at this time.
0 commit comments