From 4de365363a53b25fbe35788fa782c2898bf37949 Mon Sep 17 00:00:00 2001 From: Paige Calvert Date: Tue, 15 Oct 2024 10:35:14 -0600 Subject: [PATCH] Add in list of directories used by EC --- .../embedded-cluster/_requirements.mdx | 22 +++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/docs/partials/embedded-cluster/_requirements.mdx b/docs/partials/embedded-cluster/_requirements.mdx index d4038bf13a..6baf66f498 100644 --- a/docs/partials/embedded-cluster/_requirements.mdx +++ b/docs/partials/embedded-cluster/_requirements.mdx @@ -12,6 +12,28 @@ 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_. ::: + Note that in addition to the primary `/var/lib/embedded-cluster` directory, Embedded Cluster creates directories and files in the following locations: + + - `/etc/cni` + - `/etc/k0s` + - `/opt/cni` + - `/opt/containerd` + - `/run/calico` + - `/run/containerd` + - `/run/k0s` + - `/sys/fs/cgroup/kubepods` + - `/sys/fs/cgroup/system.slice/containerd.service` + - `/sys/fs/cgroup/system.slice/k0scontroller.service` + - `/usr/libexec/k0s` + - `/var/lib/calico` + - `/var/lib/cni` + - `/var/lib/containers` + - `/var/lib/kubelet` + - `/var/log/calico` + - `/var/log/containers` + - `/var/log/pods` + - `/usr/local/bin/k0s` + * (Online installations only) Access to replicated.app and proxy.replicated.com or your custom domain for each * 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.