Skip to content

Commit 0e29e7b

Browse files
committed
chore(embedded-cluster): list directories and files written
1 parent ba439b7 commit 0e29e7b

File tree

1 file changed

+27
-1
lines changed

1 file changed

+27
-1
lines changed

docs/partials/embedded-cluster/_requirements.mdx

Lines changed: 27 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,30 @@
88
* The filesystem at `/var/openebs` has 5Gi or more of total space
99
* The filesystem at `/tmp` has 5Gi or more of total space
1010
* (Online installations only) Access to replicated.app and proxy.replicated.com or your custom domain for each
11-
* 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.
11+
* 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.
12+
* Additional directories and files created by the Embedded Cluster include:
13+
* /etc/cni
14+
* /etc/k0s
15+
* /opt/cni
16+
* /opt/containerd
17+
* /run/calico
18+
* /run/containerd
19+
* /run/k0s
20+
* /sys/fs/cgroup/kubepods
21+
* /sys/fs/cgroup/system.slice/containerd.service
22+
* /sys/fs/cgroup/system.slice/containerd.service
23+
* /sys/fs/cgroup/system.slice/k0scontroller.service
24+
* /sys/fs/cgroup/system.slice/k0scontroller.service
25+
* /tmp
26+
* /usr/libexec/k0s
27+
* /var/lib/calico
28+
* /var/lib/cni
29+
* /var/lib/containers
30+
* /var/lib/embedded-cluster
31+
* /var/lib/k0s
32+
* /var/lib/kubelet
33+
* /var/log/calico
34+
* /var/log/containers
35+
* /var/log/pods
36+
* /var/openebs
37+
* /usr/local/bin/k0s

0 commit comments

Comments
 (0)