Skip to content

Commit b9d08ba

Browse files
authored
Merge pull request #3103 from replicatedhq/clarify-data-dir-storage-reqs
Update info about EC directories
2 parents ad6bc16 + a9df549 commit b9d08ba

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

docs/partials/embedded-cluster/_requirements.mdx

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,9 @@
88

99
* The disk on the host must have a maximum P99 write latency of 10 ms. This supports etcd performance and stability. For more information about the disk write latency requirements for etcd, see [Disks](https://etcd.io/docs/latest/op-guide/hardware/#disks) in _Hardware recommendations_ and [What does the etcd warning “failed to send out heartbeat on time” mean?](https://etcd.io/docs/latest/faq/) in the etcd documentation.
1010

11-
* The filesystem at `/var/lib/embedded-cluster` has 40Gi or more of total space and must be less than 80% full
11+
* The data directory used by Embedded Cluster must have 40Gi or more of total space and be less than 80% full. By default, the data directory is `/var/lib/embedded-cluster`. The directory can be changed by passing the `--data-dir` flag with the Embedded Cluster `install` command. For more information, see [Embedded Cluster Install Command Options](/reference/embedded-cluster-install).
1212

13-
The directory used for data storage can be changed by passing the `--data-dir` flag with the Embedded Cluster `install` command. For more information, see [Embedded Cluster Install Command Options](/reference/embedded-cluster-install).
14-
15-
Note that in addition to the primary `/var/lib/embedded-cluster` directory, Embedded Cluster creates directories and files in the following locations:
13+
Note that in addition to the primary data directory, Embedded Cluster creates directories and files in the following locations:
1614

1715
- `/etc/cni`
1816
- `/etc/k0s`
@@ -31,6 +29,7 @@
3129
- `/var/lib/kubelet`
3230
- `/var/log/calico`
3331
- `/var/log/containers`
32+
- `/var/log/embedded-cluster`
3433
- `/var/log/pods`
3534
- `/usr/local/bin/k0s`
3635

0 commit comments

Comments
 (0)