Skip to content

Commit 912d9a5

Browse files
authored
Merge pull request #2741 from replicatedhq/ec-directories
Add in list of directories used by EC
2 parents 6968475 + 4de3653 commit 912d9a5

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

docs/partials/embedded-cluster/_requirements.mdx

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,28 @@
1212
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 [Change the Default Data Directory](/enterprise/installing-embedded#data-dir) in _Installing with Embedded Cluster_.
1313
:::
1414

15+
Note that in addition to the primary `/var/lib/embedded-cluster` directory, Embedded Cluster creates directories and files in the following locations:
16+
17+
- `/etc/cni`
18+
- `/etc/k0s`
19+
- `/opt/cni`
20+
- `/opt/containerd`
21+
- `/run/calico`
22+
- `/run/containerd`
23+
- `/run/k0s`
24+
- `/sys/fs/cgroup/kubepods`
25+
- `/sys/fs/cgroup/system.slice/containerd.service`
26+
- `/sys/fs/cgroup/system.slice/k0scontroller.service`
27+
- `/usr/libexec/k0s`
28+
- `/var/lib/calico`
29+
- `/var/lib/cni`
30+
- `/var/lib/containers`
31+
- `/var/lib/kubelet`
32+
- `/var/log/calico`
33+
- `/var/log/containers`
34+
- `/var/log/pods`
35+
- `/usr/local/bin/k0s`
36+
1537
* (Online installations only) Access to replicated.app and proxy.replicated.com or your custom domain for each
1638

1739
* Embedded Cluster is based on k0s, so all k0s system requirements and external runtime dependencies apply. See [System requirements](https://docs.k0sproject.io/stable/system-requirements/) and [External runtime dependencies](https://docs.k0sproject.io/stable/external-runtime-deps/) in the k0s documentation.

0 commit comments

Comments
 (0)