diff --git a/docs/partials/embedded-cluster/_storage-reqs.mdx b/docs/partials/embedded-cluster/_storage-reqs.mdx index eddf6b2427..f90be74f64 100644 --- a/docs/partials/embedded-cluster/_storage-reqs.mdx +++ b/docs/partials/embedded-cluster/_storage-reqs.mdx @@ -40,4 +40,30 @@ Replicated does not support using symlinked directories for these locations. Ins * If high availability is enabled, all controller nodes will have the same requirements because data will be replicated to all controller nodes. #### `/tmp` -- Temporary space during installation \ No newline at end of file +- Temporary space during installation + +#### Additional Directories and Files + +In addition to the primary directories above, 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/containerd.service +- /sys/fs/cgroup/system.slice/k0scontroller.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